Skip to content

Commit

Permalink
ci: Increase selenium timeout to avoid timeouts in Tizen (#7287)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Sep 11, 2024
1 parent 0023acc commit e32ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selenium-lab-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
# ALLOCATED_PORT must be defined by the self-hosted runner, and mapped
# from the host to the container.
- name: Test Player
timeout-minutes: 25
timeout-minutes: 30
run: |
# Use of an array keeps elements intact, and allows an element to
# contain spaces without being expanded into multiple arguments in a
Expand Down

0 comments on commit e32ee6a

Please sign in to comment.