diff --git a/swarm/pss/pss_test.go b/swarm/pss/pss_test.go index a5d7e97947..1cd5587e89 100644 --- a/swarm/pss/pss_test.go +++ b/swarm/pss/pss_test.go @@ -799,7 +799,7 @@ func testNetwork(t *testing.T) { } finalmsgcount := 0 - ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 180*time.Second) defer cancel() outer: for i := 0; i < int(msgcount); i++ {