Skip to content

Commit dd0275e

Browse files
committed
Making test-perf-hooks-histogram test more stable (increasing timeout).
1 parent 23d7608 commit dd0275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/test/parallel/test-perf-hooks-histogram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const { inspect } = require('util');
8989
strictEqual(data.enable, undefined);
9090
mc.port1.close();
9191
});
92-
setTimeout(() => mc.port2.postMessage(e), 100);
92+
setTimeout(() => mc.port2.postMessage(e), 2000);
9393
}
9494

9595
{

0 commit comments

Comments
 (0)