Skip to content

Commit 682ec60

Browse files
fix(tests): increase weval timeout
1 parent b32da10 commit 682ec60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/builtins/performance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function test(run) {
2222
ok(stderr.includes(' ms'));
2323
const time = Number(stderr.split(' ms')[0]);
2424
// TODO: fix back to half a millisecond when Weval fix is added
25-
if (time > 10) {
25+
if (time > 25) {
2626
throw new Error('took more than half a millisecond - ' + time + ' ms');
2727
}
2828
}

0 commit comments

Comments
 (0)