mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-05 23:43:05 +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
|
// Wait for the protocol connections to settle
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(2 * time.Second)
|
||||||
Debug("Auto-connection check completed successfully")
|
Debug("Auto-connection check completed successfully")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user