1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

bump the test timeout for macbook 12 users :D

This commit is contained in:
Guillermo Rauch 2017-01-12 08:15:38 -08:00
parent dbecc2a701
commit 31ada10279
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ context.app = nextServer({
quiet: true
})
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
describe('Basic Features', () => {
beforeAll(async () => {

View file

@ -12,7 +12,7 @@ import {
const appDir = join(__dirname, '../')
let app
let appPort
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
describe('Production Usage', () => {
beforeAll(async () => {