Skip to content

Commit

Permalink
eth: increase timeout to fix a spurious travis test failure (#20560)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and fjl committed Jan 15, 2020
1 parent 8704e8a commit f20c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func testBroadcastBlock(t *testing.T, totalPeers, broadcastExpected int) {
}
}(peer)
}
timeout := time.After(time.Second)
timeout := time.After(2 * time.Second)
var receivedCount int
outer:
for {
Expand Down

0 comments on commit f20c8d4

Please sign in to comment.