mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
p2p/sim: increase timeout
This commit is contained in:
parent
029b6928c9
commit
8c52537b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ func TestSocketPipeBidirections(t *testing.T) {
|
|||
|
||||
select {
|
||||
case <-done:
|
||||
case <-time.After(1 * time.Second):
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatal("test timeout")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue