aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream
diff options
context:
space:
mode:
authorFerenc Szabo <frncmx@gmail.com>2019-02-09 00:07:11 +0800
committerRafael Matias <rafael@skyle.net>2019-02-19 20:11:51 +0800
commitdcff622d43c6b7e41153d3f082e84a0718cb81c7 (patch)
treeef229ab35c7423d1e7f52fe644b57218abbc8d32 /swarm/network/stream
parenta3db00f2700a305279efa34420cbb90e7fe279fc (diff)
downloadgo-tangerine-dcff622d43c6b7e41153d3f082e84a0718cb81c7.tar.gz
go-tangerine-dcff622d43c6b7e41153d3f082e84a0718cb81c7.tar.zst
go-tangerine-dcff622d43c6b7e41153d3f082e84a0718cb81c7.zip
swarm: CI race detector test adjustments (#19017)
(cherry picked from commit 27e3f968194e2723279b60f71c79d4da9fc7577f)
Diffstat (limited to 'swarm/network/stream')
-rw-r--r--swarm/network/stream/snapshot_retrieval_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/stream/snapshot_retrieval_test.go b/swarm/network/stream/snapshot_retrieval_test.go
index f097e4180..0f20f1be0 100644
--- a/swarm/network/stream/snapshot_retrieval_test.go
+++ b/swarm/network/stream/snapshot_retrieval_test.go
@@ -151,7 +151,7 @@ func runFileRetrievalTest(nodeCount int) error {
return err
}
- ctx, cancelSimRun := context.WithTimeout(context.Background(), 1*time.Minute)
+ ctx, cancelSimRun := context.WithTimeout(context.Background(), 3*time.Minute)
defer cancelSimRun()
result := sim.Run(ctx, func(ctx context.Context, sim *simulation.Simulation) error {