diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index 15f3dc3c39..2beb5ab815 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -232,7 +232,7 @@ func testProxNetwork(t *testing.T) { if err != nil { 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() snap := readSnapshot(t, nodeCount) err = sim.WaitTillSnapshotRecreated(ctx, snap)