Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
make a test less flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
xgess committed Jan 30, 2020
1 parent 552e431 commit 2b596b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybase/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestReportBadResponse(t *testing.T) {
}

func TestReportTimeout(t *testing.T) {
server := newServerWithDelay(updateJSONResponse, 5*time.Millisecond)
server := newServerWithDelay(updateJSONResponse, 100*time.Millisecond)
defer server.Close()

ctx := testContext(t)
Expand Down

0 comments on commit 2b596b3

Please sign in to comment.