Skip to content

Commit

Permalink
.github: increase timeout for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Apr 6, 2024
1 parent 00919d4 commit 033612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

################################################################
- name: Run Sanity tests for pull requests
timeout-minutes: 120
timeout-minutes: 240
if: github.event_name == 'pull_request'
run: |
source venv.pytest/bin/activate && pytest --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/tests
Expand Down

0 comments on commit 033612a

Please sign in to comment.