diff options
author | Ferenc Szabo <frncmx@gmail.com> | 2019-02-09 00:07:11 +0800 |
---|---|---|
committer | Rafael Matias <rafael@skyle.net> | 2019-02-19 20:11:51 +0800 |
commit | dcff622d43c6b7e41153d3f082e84a0718cb81c7 (patch) | |
tree | ef229ab35c7423d1e7f52fe644b57218abbc8d32 /swarm/network/simulations | |
parent | a3db00f2700a305279efa34420cbb90e7fe279fc (diff) | |
download | go-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/simulations')
-rw-r--r-- | swarm/network/simulations/overlay_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulations/overlay_test.go b/swarm/network/simulations/overlay_test.go index 6ccdb5ce2..05d403173 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. |