Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bfe_http2/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ func testServerResponse(t testing.TB,

select {
case <-donec:
return
break
case <-time.After(5 * time.Second):
t.Fatal("timeout")
}
Expand Down
2 changes: 1 addition & 1 deletion bfe_spdy/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func testServerResponse(t testing.TB,

select {
case <-donec:
return
break
case <-time.After(10 * time.Second):
t.Fatal("timeout")
}
Expand Down