mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/pss: test timeout increased
This commit is contained in:
parent
3105ab6be4
commit
26ac00d698
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ func testProxNetwork(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
ctx, cancel := context.WithTimeout(context.Background(), time.Second*3) // todo: increase
|
ctx, cancel := context.WithTimeout(context.Background(), time.Second*20) // todo: review
|
||||||
defer cancel()
|
defer cancel()
|
||||||
snap := readSnapshot(t, nodeCount)
|
snap := readSnapshot(t, nodeCount)
|
||||||
err = sim.WaitTillSnapshotRecreated(ctx, snap)
|
err = sim.WaitTillSnapshotRecreated(ctx, snap)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue