From eb7bf255414787b4d43e9d50002987b5a4448a13 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Wed, 26 Jun 2024 19:47:55 +0200 Subject: [PATCH] up --- src/services/main/watchdog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) ])