mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Increase NATS server startup timeout
This commit is contained in:
parent
49d75d3cf6
commit
e1d76de6c6
@ -70,7 +70,7 @@ func (s *NATSInstance) Prepare(process *process.ProcessContext, cfg *config.JetS
|
||||
process.ComponentFinished()
|
||||
}()
|
||||
}
|
||||
if !s.ReadyForConnections(time.Second * 10) {
|
||||
if !s.ReadyForConnections(time.Second * 60) {
|
||||
logrus.Fatalln("NATS did not start in time")
|
||||
}
|
||||
// reuse existing connections
|
||||
|
Loading…
Reference in New Issue
Block a user