We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d7608 commit dd0275eCopy full SHA for dd0275e
graal-nodejs/test/parallel/test-perf-hooks-histogram.js
@@ -89,7 +89,7 @@ const { inspect } = require('util');
89
strictEqual(data.enable, undefined);
90
mc.port1.close();
91
});
92
- setTimeout(() => mc.port2.postMessage(e), 100);
+ setTimeout(() => mc.port2.postMessage(e), 2000);
93
}
94
95
{
0 commit comments