increasing sleep

This commit is contained in:
Gabriel mermelstein 2025-07-09 12:56:59 +03:00
parent 6e852f16b9
commit d8c2c03ab2
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -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
} }