浏览代码

Reduce the amount of time to wait for autodiscovery

Ben Hood 11 年之前
父节点
当前提交
34511db58f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 }