Skip to content

Commit 31ada10

Browse files
committed
bump the test timeout for macbook 12 users :D
1 parent dbecc2a commit 31ada10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/basic/test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ context.app = nextServer({
2121
quiet: true
2222
})
2323

24-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
24+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
2525

2626
describe('Basic Features', () => {
2727
beforeAll(async () => {

test/integration/production/test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
const appDir = join(__dirname, '../')
1313
let app
1414
let appPort
15-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
15+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
1616

1717
describe('Production Usage', () => {
1818
beforeAll(async () => {

0 commit comments

Comments
 (0)