dynamic port selection for temporal (#2865)
This commit is contained in:
@@ -26,7 +26,7 @@ export const findAvailablePort = (): Promise<number> => {
|
||||
// Check if goosed server is ready by polling the status endpoint
|
||||
const checkServerStatus = async (
|
||||
port: number,
|
||||
maxAttempts: number = 60,
|
||||
maxAttempts: number = 80,
|
||||
interval: number = 100
|
||||
): Promise<boolean> => {
|
||||
const statusUrl = `http://127.0.0.1:${port}/status`;
|
||||
|
||||
Reference in New Issue
Block a user