fix: increase timeout

This commit is contained in:
Richard Ramos 2022-05-27 15:58:38 -04:00
parent b14f4a9aa8
commit 623e0705c5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func Test5000(t *testing.T) {
maxMsgs := 5000
maxMsgBytes := int2Bytes(maxMsgs)
ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()
hostAddr1, _ := net.ResolveTCPAddr("tcp", "0.0.0.0:0")