Skip to content

Commit ddb4e6f

Browse files
committed
[release] test/integration: increase installation test timeout
We are observing occasional failures from test timeout Change-Id: Icb45338e60fb9a4b8da3d69c0cbd877d5fdb7e9b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284194 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 913cd43 commit ddb4e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { correctBinname } from '../../src/utils/pathUtils';
2222

2323
suite('Installation Tests', function () {
2424
// Disable timeout when we are running slow tests.
25-
let timeout = 10000;
25+
let timeout = 60000;
2626
if (shouldRunSlowTests()) {
2727
timeout = 0;
2828
}

0 commit comments

Comments
 (0)