good morning!!!!

Skip to content
Snippets Groups Projects
Commit f20c8d49 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by Felix Lange
Browse files

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

parent 8704e8a8
No related branches found
No related tags found
Loading
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment