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 97c0978 commit ad2ffcfCopy full SHA for ad2ffcf
test/integration-tests/commands/dependency.test.ts
@@ -29,8 +29,8 @@ import { Commands } from "../../../src/commands";
29
30
suite("Dependency Commmands Test Suite", function () {
31
// full workflow's interaction with spm is longer than the default timeout
32
- // 15 seconds for each test should be more than enough
33
- this.timeout(15 * 1000);
+ // 60 seconds for each test should be more than enough
+ this.timeout(60 * 1000);
34
35
suite("spm Resolve Update Contract Tests", function () {
36
let folderContext: FolderContext;
0 commit comments