Browse Source

test: update ci-cd timeout to 40mins

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5119/head
Raju Udava 2 years ago
parent
commit
f3cdfb332c
  1. 2
      .github/workflows/playwright-test-workflow.yml

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

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

Loading…
Cancel
Save