mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 17:47:11 +00:00
Add sleep
This commit is contained in:
parent
efdc4442d3
commit
2db6a31c16
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ func TestRejoinNoOverlordMultiple(t *testing.T) {
|
|||
t.Fail()
|
||||
}
|
||||
}
|
||||
time.Sleep(time.Second)
|
||||
fmt.Println("Num goRoutine should be small: ", runtime.NumGoroutine())
|
||||
fmt.Println("Done")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue