Skip to content

Commit 0266b39

Browse files
committed
Fix tests
1 parent ef0e880 commit 0266b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cpu_cprofiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ describe('HEAP', function() {
268268
});
269269

270270
it('should compare itself with other snapshot', function() {
271+
this.timeout(5000);
271272
var snapshot1 = profiler.takeSnapshot();
272273
var snapshot2 = profiler.takeSnapshot();
273274

0 commit comments

Comments
 (0)