mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-14 19:00:50 +01:00
Add sleep time for tests
This commit is contained in:
parent
7bf0d04bed
commit
defdcb631e
@ -202,6 +202,8 @@ func TestForeginAutoClose(t *testing.T) {
|
||||
t.Logf("server 2 closed.")
|
||||
}()
|
||||
|
||||
// wait for servers to start
|
||||
time.Sleep(300 * time.Second)
|
||||
idAlice := "alice"
|
||||
t.Log("connect to server 1.")
|
||||
mCtx, cancel := context.WithCancel(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user