Skip to content

Commit

Permalink
chore: increase timeouts for declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
zaripych committed Jan 2, 2023
1 parent b296c66 commit 79eda65
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { beforeAll, expect, it, jest } from '@jest/globals';
import { beforeAll, expect, it } from '@jest/globals';
import {
packageTestSandbox,
sortedDirectoryContents,
} from '@testing-tools/packages';
import { once } from '@utils/ts';

jest.setTimeout(10000);

const sandbox = once(() =>
packageTestSandbox({
importMetaUrl: import.meta.url,
Expand Down

0 comments on commit 79eda65

Please sign in to comment.