We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913cd43 commit ddb4e6fCopy full SHA for ddb4e6f
test/integration/install.test.ts
@@ -22,7 +22,7 @@ import { correctBinname } from '../../src/utils/pathUtils';
22
23
suite('Installation Tests', function () {
24
// Disable timeout when we are running slow tests.
25
- let timeout = 10000;
+ let timeout = 60000;
26
if (shouldRunSlowTests()) {
27
timeout = 0;
28
}
0 commit comments