up
This commit is contained in:
parent
ffa038a439
commit
eb7bf25541
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue