mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
eth: increase timeout to fix a spurious travis test failure (#20560)
This commit is contained in:
parent
8704e8a8fc
commit
f20c8d495a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue