Explorar o código

Must specify time unit when using test flag

Ben Hood %!s(int64=11) %!d(string=hai) anos
pai
achega
a7c597eb4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }