Skip to content

Commit 0633e88

Browse files
committed
Increase timeout (timeout on macos x64)
1 parent 0da6cc2 commit 0633e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/test/test-time-profiler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ describe('Time Profiler', () => {
4848
if (process.platform !== 'darwin' && process.platform !== 'linux') {
4949
this.skip();
5050
}
51+
this.timeout(3000);
5152

5253
const intervalNanos = PROFILE_OPTIONS.intervalMicros * 1_000;
5354
time.start({

0 commit comments

Comments
 (0)