Skip to content

Commit e052e37

Browse files
matiwinnetouclaude
andcommitted
ci: increase timeout for PR preprod tests workflow to 60 minutes
Extended the timeout from 30 to 60 minutes to prevent premature cancellation of the test-on-preprod job, which includes Docker service startup, API synchronization, and multiple test suite executions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 13ba5c6 commit e052e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preprod-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
test-on-preprod:
1717
runs-on: [self-hosted]
18-
timeout-minutes: 30
18+
timeout-minutes: 60
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)