More time for goosed (#5746)
This commit is contained in:
@@ -27,7 +27,7 @@ export const findAvailablePort = (): Promise<number> => {
|
|||||||
// Check if goosed server is ready by polling the status endpoint
|
// Check if goosed server is ready by polling the status endpoint
|
||||||
export const checkServerStatus = async (client: Client, errorLog: string[]): Promise<boolean> => {
|
export const checkServerStatus = async (client: Client, errorLog: string[]): Promise<boolean> => {
|
||||||
const interval = 100; // ms
|
const interval = 100; // ms
|
||||||
const maxAttempts = 30; // 3s
|
const maxAttempts = 100; // 10s
|
||||||
|
|
||||||
const fatal = (line: string) => {
|
const fatal = (line: string) => {
|
||||||
const trimmed = line.trim().toLowerCase();
|
const trimmed = line.trim().toLowerCase();
|
||||||
|
|||||||
Reference in New Issue
Block a user