Browse Source

fix(test): Made timeout of CI action 30 minutes

pull/4360/head
Muhammed Mustafa 2 years ago
parent
commit
6e6a84cbb3
  1. 2
      .github/workflows/playwright-test-workflow.yml

2
.github/workflows/playwright-test-workflow.yml

@ -14,7 +14,7 @@ on:
jobs: jobs:
playwright: playwright:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
timeout-minutes: 20 timeout-minutes: 30
steps: steps:
# Reference: https://github.com/pierotofy/set-swap-space/blob/master/action.yml # Reference: https://github.com/pierotofy/set-swap-space/blob/master/action.yml
- name: Set 5gb swap - name: Set 5gb swap

Loading…
Cancel
Save