Skip to content

Commit 274dca9

Browse files
committed
- Set the timeout to be more reasonable for running in CI
1 parent b7ec69c commit 274dca9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/integration-tests/commands/dependency.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ import * as sinon from "sinon";
2828
import { Commands } from "../../../src/commands";
2929

3030
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);
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);
3334

3435
suite("spm Resolve Update Contract Tests", function () {
3536
let folderContext: FolderContext;

0 commit comments

Comments
 (0)