Explorar o código

test: bump e2e timeout to 15 minutes

PPC64 timing out; integration tests already at 15 minutes.
Anthony Romano %!s(int64=9) %!d(string=hai) anos
pai
achega
072eda508b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test

+ 2 - 2
test

@@ -114,13 +114,13 @@ function cov_pass {
 
 
 function e2e_pass {
 function e2e_pass {
 	echo "Running e2e tests..."
 	echo "Running e2e tests..."
-	go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e
+	go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e
 }
 }
 
 
 function integration_e2e_pass {
 function integration_e2e_pass {
 	echo "Running integration and e2e tests..."
 	echo "Running integration and e2e tests..."
 
 
-	go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e &
+	go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e &
 	e2epid="$!"
 	e2epid="$!"
 	go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration &
 	go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration &
 	intpid="$!"
 	intpid="$!"