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 0da6cc2 commit 0633e88Copy full SHA for 0633e88
ts/test/test-time-profiler.ts
@@ -48,6 +48,7 @@ describe('Time Profiler', () => {
48
if (process.platform !== 'darwin' && process.platform !== 'linux') {
49
this.skip();
50
}
51
+ this.timeout(3000);
52
53
const intervalNanos = PROFILE_OPTIONS.intervalMicros * 1_000;
54
time.start({
0 commit comments