Skip to content

Commit 0c04b0b

Browse files
committed
test: increase tests timeout
1 parent d36967f commit 0c04b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ configure({
2626
files: ['tests/**/*.spec.ts'],
2727
plugins: [assert(), runFailedTests(), fileSystem({ basePath: TEST_TMP_DIR_PATH })],
2828
reporters: [specReporter()],
29+
timeout: 10 * 1000,
2930
importer: (filePath: string) => import(pathToFileURL(filePath).href),
3031
},
3132
})

0 commit comments

Comments
 (0)