mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
swarm/pss: Increase timeout on pss network test
This commit is contained in:
parent
aaa65e1ab7
commit
bd46c3906c
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ func testNetwork(t *testing.T) {
|
|||
}
|
||||
|
||||
finalmsgcount := 0
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
|
||||
defer cancel()
|
||||
outer:
|
||||
for i := 0; i < int(msgcount); i++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue