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