From dcff622d43c6b7e41153d3f082e84a0718cb81c7 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Fri, 8 Feb 2019 17:07:11 +0100 Subject: swarm: CI race detector test adjustments (#19017) (cherry picked from commit 27e3f968194e2723279b60f71c79d4da9fc7577f) --- swarm/network/simulations/overlay_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/network/simulations/overlay_test.go') 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. -- cgit