Skip to content

Commit 66f5725

Browse files
committed
Revert "fix(test): Increase server startup timeout to 30 seconds"
This reverts commit 60447d5.
1 parent 60447d5 commit 66f5725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/next-modes/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class NextInstance {
9292
public env: Record<string, string>
9393
public forcedPort?: string
9494
public subDir: string = ''
95-
public startServerTimeout: number = 30_000 // 30 seconds for CI environments
95+
public startServerTimeout: number = 10_000 // 10 seconds
9696
public serverReadyPattern: RegExp = / Ready in /
9797
patchFileDelay: number = 0
9898

0 commit comments

Comments
 (0)