Skip to content

Commit d9adb77

Browse files
committed
configure test timeout
1 parent 0f3cef5 commit d9adb77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
Benchmark = root.Benchmark || (await import('../benchmark.js')).default,
1818
QUnit = root.QUnit || (await import('qunit')).default;
1919

20+
QUnit.config.testTimeout = 30 * 1000;
21+
2022
async function microtime() {
2123
const version = globalThis?.process?.version || '';
2224
if (

0 commit comments

Comments
 (0)