This commit is contained in:
xxj
2020-12-18 19:19:49 +08:00
parent c0a7944cd3
commit 692cb5a3be
2 changed files with 6 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ func TestTimeout(t *testing.T) {
for i := 0; i < 10; i++ { //开启20个请求
time.Sleep(1 * time.Second)
que.Push(i)
}
}()