aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulations/overlay_test.go
diff options
context:
space:
mode:
authorFerenc Szabo <frncmx@gmail.com>2019-02-09 00:07:11 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2019-02-09 00:07:11 +0800
commit27e3f968194e2723279b60f71c79d4da9fc7577f (patch)
treea5419a987eff3e7955985906b276607b7307f02e /swarm/network/simulations/overlay_test.go
parentcde02e017ef2fb254f9b91888f4a14645c24890a (diff)
downloadgo-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar.gz
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar.bz2
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar.lz
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar.xz
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.tar.zst
go-tangerine-27e3f968194e2723279b60f71c79d4da9fc7577f.zip
swarm: CI race detector test adjustments (#19017)
Diffstat (limited to 'swarm/network/simulations/overlay_test.go')
-rw-r--r--swarm/network/simulations/overlay_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulations/overlay_test.go b/swarm/network/simulations/overlay_test.go
index e56b64650..636a52759 100644
--- a/swarm/network/simulations/overlay_test.go
+++ b/swarm/network/simulations/overlay_test.go
@@ -32,7 +32,7 @@ import (
)
var (
- nodeCount = 16
+ nodeCount = 10
)
//This test is used to test the overlay simulation.