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