mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
increasing sleep
This commit is contained in:
parent
6e852f16b9
commit
d8c2c03ab2
@ -138,7 +138,7 @@ func WaitForAutoConnection(nodeList []*WakuNode) error {
|
||||
}
|
||||
|
||||
// Wait for the protocol connections to settle
|
||||
time.Sleep(1 * time.Second)
|
||||
time.Sleep(2 * time.Second)
|
||||
Debug("Auto-connection check completed successfully")
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user