mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Bump server startup timeout from 60 seconds to 120seconds (#3514)
This commit is contained in:
parent
43e0287fed
commit
5aac4fd8d5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LandingPaneModel(serverArgParser: ServerArgParser)(implicit
|
|||
throw err
|
||||
}
|
||||
|
||||
Await.result(promise.future, 60.seconds)
|
||||
Await.result(promise.future, 120.seconds)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue