Commit f20c8d49 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by Felix Lange

eth: increase timeout to fix a spurious travis test failure (#20560)

parent 8704e8a8
...@@ -608,7 +608,7 @@ func testBroadcastBlock(t *testing.T, totalPeers, broadcastExpected int) { ...@@ -608,7 +608,7 @@ func testBroadcastBlock(t *testing.T, totalPeers, broadcastExpected int) {
} }
}(peer) }(peer)
} }
timeout := time.After(time.Second) timeout := time.After(2 * time.Second)
var receivedCount int var receivedCount int
outer: outer:
for { for {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment