From ea82a6d0ebbfcc2e0ba2d3ef16d6d07de9cff217 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Wed, 4 Mar 2020 14:42:59 +0800 Subject: [PATCH] eth: increase timeout allowance --- eth/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/handler_test.go b/eth/handler_test.go index 4a4e1f9559..8db12b6704 100644 --- a/eth/handler_test.go +++ b/eth/handler_test.go @@ -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 {