Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 17, 2024
1 parent fdd1c5e commit 5157282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
timeout: 240
timeout: 300
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
timeout: 240
timeout: 300
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand All @@ -80,7 +80,7 @@ jobs:
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
timeout: 240
timeout: 300
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
Expand Down

0 comments on commit 5157282

Please sign in to comment.