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:
parent
dbecc2a701
commit
31ada10279
|
@ -21,7 +21,7 @@ context.app = nextServer({
|
||||||
quiet: true
|
quiet: true
|
||||||
})
|
})
|
||||||
|
|
||||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
|
||||||
|
|
||||||
describe('Basic Features', () => {
|
describe('Basic Features', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
|
|
|
@ -12,7 +12,7 @@ import {
|
||||||
const appDir = join(__dirname, '../')
|
const appDir = join(__dirname, '../')
|
||||||
let app
|
let app
|
||||||
let appPort
|
let appPort
|
||||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
|
||||||
|
|
||||||
describe('Production Usage', () => {
|
describe('Production Usage', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
|
|
Loading…
Reference in a new issue