Преглед изворни кода

Must specify time unit when using test flag

Ben Hood пре 11 година
родитељ
комит
a7c597eb4e
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=5000 ./...
+	go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=5000ms ./...
 
 	ccm clear
 }