Skip to content

Commit 5b55fe8

Browse files
add test timeout
1 parent 4611549 commit 5b55fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tunnel-launcher_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const assert = require('assert');
44
describe('Java Version Check', function() {
55
describe('checkJava', function() {
66
it('should resolve with version when Java is installed', async function() {
7+
this.timeout(10000);
78
const result = await tunnelLauncher.checkJava();
89
assert.ok(result.version >= 11, `Expected Java version >= 11, got ${result.version}`);
910
});

0 commit comments

Comments
 (0)