Skip to content

Commit d73151d

Browse files
committed
Increase timeout on deps resolving step
1 parent 5163c49 commit d73151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/e2e/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if (testCases.length > 0) {
237237
await expectation.resolves.not.toThrowError();
238238
}
239239
},
240-
{ timeout: 60_000 }
240+
{ timeout: 120_000 }
241241
);
242242

243243
describe.skipIf(wantDependenciesError)("with resolved dependencies", () => {

0 commit comments

Comments
 (0)