Skip to content

Commit

Permalink
ci: Increase timeout for E2E jobs (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jul 23, 2024
1 parent d0f3704 commit ad99f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
npm run test -- ${{ inputs.tests }}
max_attempts: 2
retry_on: error
timeout_minutes: 10
timeout_minutes: 20
env:
E2E_TEST_TOKEN: ${{ inputs.e2e_test_token }}
SLACK_TOKEN: ${{ inputs.slack_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-docker-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
make test
max_attempts: 2
retry_on: error
timeout_minutes: 10
timeout_minutes: 20
env:
opts: ${{ inputs.tests }}
API_IMAGE: ${{ inputs.api-image }}
Expand Down

0 comments on commit ad99f45

Please sign in to comment.