Skip to content

Commit

Permalink
ci: increase e2e tests timeout (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 authored May 31, 2023
1 parent 0ae0f69 commit 2953e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

- name: E2E tests
if: github.event.inputs.runE2ETests != 'false'
timeout-minutes: 20
timeout-minutes: 30
run: pytest -ra -sv --color yes --code-highlight yes --durations=15 -vv tests/e2e -k ".py"
env:
KILI_API_CLOUD_VISION: ${{ secrets.KILI_API_CLOUD_VISION }}
Expand Down

0 comments on commit 2953e61

Please sign in to comment.