Skip to content

Commit

Permalink
Bump request (#4465)
Browse files Browse the repository at this point in the history
timeout rose up to 60 mins
  • Loading branch information
AlexeyGirin authored Apr 16, 2024
1 parent 609bcd1 commit 0bb94c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-macromolecules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
ENABLE_POLYMER_EDITOR: true
jobs:
playwright_tests:
timeout-minutes: 40
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
retention-days: 5
- name: Remove unused docker images
if: always()
run: docker system prune -f
run: docker system prune -f

0 comments on commit 0bb94c6

Please sign in to comment.