Add sleep

This commit is contained in:
giongto35 2019-05-12 17:55:03 +08:00
parent efdc4442d3
commit 2db6a31c16

View file

@ -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")