Skip to content

Commit

Permalink
Added timeout to test-pylenium action (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
abzdel authored Oct 8, 2023
1 parent 17e4f81 commit c57f2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-pylenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Start Selenoid Server
# https://github.com/marketplace/actions/start-selenoid-server?version=v2
uses: Xotabu4/selenoid-github-action@v2
with:
selenoid-start-arguments: |
--args "-timeout 250s"
- name: Run UI Tests
run: |
Expand Down

0 comments on commit c57f2f3

Please sign in to comment.