Skip to content

Commit abfae8a

Browse files
trevor-scheeressaji
authored andcommitted
Extend jest timeout (apollographql#1434)
1 parent d36719f commit abfae8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/apollo/src/commands/service/__tests__/check.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ describe("service:check", () => {
370370
nock.disableNetConnect();
371371

372372
// Set the jest timeout to be longer than the default 5000ms to compensate for slow CI.
373-
jest.setTimeout(15000);
373+
jest.setTimeout(25000);
374374
});
375375

376376
afterEach(() => {

packages/apollo/src/commands/service/__tests__/list.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ describe("service:list", () => {
184184
nock.disableNetConnect();
185185

186186
// Set the jest timeout to be longer than the default 5000ms to compensate for slow CI.
187-
jest.setTimeout(15000);
187+
jest.setTimeout(25000);
188188
});
189189

190190
afterEach(() => {

0 commit comments

Comments
 (0)