Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuffin committed Oct 5, 2023
1 parent 9c7dcbf commit 8d7f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/image-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ runs:
run: >
docker run --rm -u 0 localhost/ansible-rulebook:test bash -c '
pip install -r requirements_test.txt &&
EDA_E2E_CMD_TIMEOUT=60 pytest -m "e2e" -n auto'
EDA_E2E_CMD_TIMEOUT=90 pytest -m "e2e" -n auto'

0 comments on commit 8d7f773

Please sign in to comment.