eth: increase timeout to fix a spurious travis test failure

This commit is contained in:
Martin Holst Swende 2020-01-15 09:15:09 +01:00
parent feda78e052
commit c51b532a48
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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 {