diff --git a/src/services/main/watchdog.ts b/src/services/main/watchdog.ts index 1f883bc5..7fa23605 100644 --- a/src/services/main/watchdog.ts +++ b/src/services/main/watchdog.ts @@ -48,7 +48,7 @@ export class Watchdog { setTimeout(() => { this.log("Provider did not become ready in time, starting without it") res('failed') - }, 30 * 1000) + }, 3 * 60 * 1000) }) ])