Skip to content

Commit d56a504

Browse files
committed
increase test timeout
1 parent 298da79 commit d56a504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graphiql/setup-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ vi.mock('zustand');
88
vi.mock('monaco-editor');
99

1010
// Since we load `monaco-editor` dynamically, we need to allow more time for tests that assert editor values
11-
configure({ asyncUtilTimeout: 8_000 });
11+
configure({ asyncUtilTimeout: 9_000 });

packages/graphiql/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
environment: 'jsdom',
1010
setupFiles: ['./setup-files.ts', './setup-window.ts'],
1111
// Since we increased `waitFor` timeout in setup-files.ts
12-
testTimeout: 8_000,
12+
testTimeout: 9_000,
1313
alias: [
1414
{
1515
// Fixes Error: Failed to resolve entry for package "monaco-editor". The package may have incorrect main/module/exports specified in its package.json.

0 commit comments

Comments
 (0)