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

pull/20575/head
Martin Holst Swende 5 years ago committed by Felix Lange
parent 8704e8a8fc
commit f20c8d495a
  1. 2
      eth/handler_test.go

@ -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…
Cancel
Save