Skip to content

Commit 7ae167e

Browse files
committed
ci: increase conformance test timeout from 30m to 60m
The 10 CRUD+discovery tests against real AWS APIs need more time. Matches the CI job's timeout-minutes: 60 setting.
1 parent d5bff11 commit 7ae167e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-conformance-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ echo "PKL dependencies resolved successfully"
159159
echo ""
160160
echo "Running conformance tests..."
161161
cd "${PROJECT_ROOT}"
162-
go test -tags=conformance -v -timeout 30m ./...
162+
go test -tags=conformance -v -timeout 60m ./...

0 commit comments

Comments
 (0)