We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbecc2a commit 31ada10Copy full SHA for 31ada10
test/integration/basic/test/index.test.js
@@ -21,7 +21,7 @@ context.app = nextServer({
21
quiet: true
22
})
23
24
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000
25
26
describe('Basic Features', () => {
27
beforeAll(async () => {
test/integration/production/test/index.test.js
@@ -12,7 +12,7 @@ import {
12
const appDir = join(__dirname, '../')
13
let app
14
let appPort
15
16
17
describe('Production Usage', () => {
18
0 commit comments