We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32da10 commit 682ec60Copy full SHA for 682ec60
1 file changed
test/builtins/performance.js
@@ -22,7 +22,7 @@ export async function test(run) {
22
ok(stderr.includes(' ms'));
23
const time = Number(stderr.split(' ms')[0]);
24
// TODO: fix back to half a millisecond when Weval fix is added
25
- if (time > 10) {
+ if (time > 25) {
26
throw new Error('took more than half a millisecond - ' + time + ' ms');
27
}
28
0 commit comments