1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-08-13 17:07:30 +02:00
This commit is contained in:
Zoltan Papp
2024-07-09 10:09:09 +02:00
parent 5625d83c3f
commit d4ff55e6fe

@ -596,7 +596,7 @@ func waitForServerToStart(errChan chan error) error {
if err != nil {
return err
}
case <-time.After(300 * time.Second):
case <-time.After(300 * time.Millisecond):
return nil
}
return nil