mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
7
This commit is contained in:
parent
f216a148f5
commit
fc079a3ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ func testOverlappingAnnouncements(t *testing.T, protocol int) {
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
case <-imported:
|
case <-imported:
|
||||||
case <-time.After(time.Second):
|
case <-time.After(3 * time.Second):
|
||||||
t.Fatalf("block %d: import timeout", len(hashes)-i)
|
t.Fatalf("block %d: import timeout", len(hashes)-i)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue