swarm/pss: test timeout increased

This commit is contained in:
Vlad 2019-03-10 19:29:53 +04:00
parent 3105ab6be4
commit 26ac00d698

View file

@ -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)