mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-21 18:22:37 +02:00
Fix typo
This commit is contained in:
parent
5625d83c3f
commit
d4ff55e6fe
@ -596,7 +596,7 @@ func waitForServerToStart(errChan chan error) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
case <-time.After(300 * time.Second):
|
case <-time.After(300 * time.Millisecond):
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user