From d9ea3ffe709bb87f1b31d5154cb2ebe623dfef70 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 13 Apr 2024 21:47:05 -0400 Subject: [PATCH] raise complement test timeout to 30 minutes from 10 minutes Signed-off-by: strawberry --- bin/complement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/complement b/bin/complement index abc153f6..a0991e95 100755 --- a/bin/complement +++ b/bin/complement @@ -25,7 +25,7 @@ set +o pipefail env \ -C "$COMPLEMENT_SRC" \ COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \ - go test -vet=all -json ./tests | tee "$LOG_FILE" + go test -vet=all -timeout 30m -json ./tests | tee "$LOG_FILE" set -o pipefail # Post-process the results into an easy-to-compare format