Browse Source

Must specify time unit when using test flag

Ben Hood 11 năm trước cách đây
mục cha
commit
a7c597eb4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }