Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 7cfffa6

Browse files
Reduce flakiness caused by short timeout (#158)
PR-URL: #158
1 parent 9f0e2fd commit 7cfffa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/standalone/test-env-relative-repository-path.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ describe('repository relative paths', function() {
3030

3131
before(function(done) {
3232
setTimeout(function() {
33-
// Wait for v8deub api to initialize.
33+
// Wait for v8debug api to initialize.
3434
api = agent.private_.v8debug_;
3535
done();
36-
}, 100);
36+
}, 300);
3737
});
3838

3939
after(function() {

0 commit comments

Comments
 (0)