Skip to content

Commit

Permalink
chore: increase wait time in test (GoogleCloudPlatform#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Jul 13, 2022
1 parent 5a1e8e8 commit 07f6ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func TestClientLimitsMaxConnections(t *testing.T) {
if got == io.EOF {
return
}
time.Sleep(100 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
t.Fatalf("conn.Read should return io.EOF, got = %v", got)
}
Expand Down

0 comments on commit 07f6ce0

Please sign in to comment.