Skip to content

Commit c605210

Browse files
akoclaude
andcommitted
Increase test-integration timeout to 30 minutes
The mx check integration tests plus roundtrip tests with mx create-project exceed the default 10-minute Go test timeout (~11 min total). Set -timeout 30m in Makefile and workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49e2c6b commit c605210

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Integration tests
3232
run: make test-integration
33+
timeout-minutes: 30
3334

3435
nightly:
3536
needs: test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ test:
134134

135135
# Run integration tests (requires mx binary / mxbuild)
136136
test-integration:
137-
CGO_ENABLED=0 go test -tags integration ./...
137+
CGO_ENABLED=0 go test -tags integration -timeout 30m ./...
138138

139139
# Run MDL integration tests (requires Docker and a Mendix project)
140140
# Usage: make test-mdl MPR=path/to/app.mpr

0 commit comments

Comments
 (0)