This commit is contained in:
boufni95 2024-06-26 19:47:55 +02:00
parent ffa038a439
commit eb7bf25541

View file

@ -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)
})
])