raise complement test timeout to 30 minutes from 10 minutes

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-13 21:47:05 -04:00 committed by June
parent ca8128b195
commit d9ea3ffe70

View file

@ -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