mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network/simulation: consistent failures in TestPeerEventsTimeout
This commit is contained in:
parent
7d0829989e
commit
b998721bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ func TestPeerEventsTimeout(t *testing.T) {
|
|||
|
||||
select {
|
||||
case <-time.After(time.Second):
|
||||
t.Error("no context deadline received")
|
||||
t.Fatal("no context deadline received")
|
||||
case err := <-errC:
|
||||
t.Fatal(err)
|
||||
case <-done:
|
||||
|
|
|
|||
Loading…
Reference in a new issue