Skip to content

Commit

Permalink
chore: Adjust jest timeout for investments tests
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Sep 26, 2024
1 parent 26218a1 commit 4357c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ERROR_CODES } from '@js/errors';
import * as helpers from '@tests/helpers';

jest.setTimeout(10_000);
jest.setTimeout(30_000);

describe('Create holding service', () => {
it('create holding', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TRANSACTION_TYPES } from 'shared-types';
import { isSameDay, isBefore } from 'date-fns';
import * as helpers from '@tests/helpers';

jest.setTimeout(10_000);
jest.setTimeout(30_000);

describe('Create investment transaction service', () => {
it.skip(`
Expand Down

0 comments on commit 4357c03

Please sign in to comment.