diff --git a/src/server/Worker.ts b/src/server/Worker.ts index 32b2eff6e..ff19412bf 100644 --- a/src/server/Worker.ts +++ b/src/server/Worker.ts @@ -531,7 +531,7 @@ async function startMatchmakingPolling(gm: GameManager) { // Wait a few seconds to allow clients to connect. console.log(`Starting game ${gameId}`); game.start(); - }, 5000); + }, 10000); } } catch (error) { log.error(`Error polling lobby:`, error);