eth: increase timeout allowance

This commit is contained in:
rjl493456442 2020-03-04 14:42:59 +08:00
parent 4fabd9cbd2
commit ea82a6d0eb

View file

@ -534,7 +534,7 @@ func testCheckpointChallenge(t *testing.T, syncmode downloader.SyncMode, checkpo
}
}
// Wait until the test timeout passes to ensure proper cleanup
time.Sleep(syncChallengeTimeout + 100*time.Millisecond)
time.Sleep(syncChallengeTimeout + 300*time.Millisecond)
// Verify that the remote peer is maintained or dropped
if drop {