Skip to content

Commit b3f3eda

Browse files
committed
more time for the watch tests
instrumention could take a bit
1 parent 9ffd97c commit b3f3eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BinTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe("BinTestCases", function() {
110110
const stderr = convertToArrayOfLines(env.stderr);
111111
testAssertions(stdout, stderr, done);
112112
child.kill();
113-
}, 3000); // wait a little to get an output
113+
}, 8000); // wait a little to get an output
114114
});
115115
});
116116
} else {

0 commit comments

Comments
 (0)