mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-13 01:00:26 +02:00
raise complement test timeout to 30 minutes from 10 minutes
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6b035dcb4a
commit
27d65dde3a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ set +o pipefail
|
||||||
env \
|
env \
|
||||||
-C "$COMPLEMENT_SRC" \
|
-C "$COMPLEMENT_SRC" \
|
||||||
COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \
|
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
|
set -o pipefail
|
||||||
|
|
||||||
# Post-process the results into an easy-to-compare format
|
# Post-process the results into an easy-to-compare format
|
||||||
|
|
Loading…
Add table
Reference in a new issue