Skip to content

Commit ad2ffcf

Browse files
committed
Make dependency test timeout longer because Windows tests are running slower
1 parent 97c0978 commit ad2ffcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import { Commands } from "../../../src/commands";
2929

3030
suite("Dependency Commmands Test Suite", function () {
3131
// 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);
32+
// 60 seconds for each test should be more than enough
33+
this.timeout(60 * 1000);
3434

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

0 commit comments

Comments
 (0)