Ver Fonte

Reduce the amount of time to wait for autodiscovery

Ben Hood há 11 anos atrás
pai
commit
34511db58f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -16,7 +16,7 @@ function run_tests() {
 		proto=1
 	fi
 
-	go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=5000ms ./...
+	go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms ./...
 
 	ccm clear
 }