We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60447d5 commit 66f5725Copy full SHA for 66f5725
test/lib/next-modes/base.ts
@@ -92,7 +92,7 @@ export class NextInstance {
92
public env: Record<string, string>
93
public forcedPort?: string
94
public subDir: string = ''
95
- public startServerTimeout: number = 30_000 // 30 seconds for CI environments
+ public startServerTimeout: number = 10_000 // 10 seconds
96
public serverReadyPattern: RegExp = / ✓ Ready in /
97
patchFileDelay: number = 0
98
0 commit comments