Skip to content

Commit

Permalink
Changed the timeout for the Job to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
suubi-joshua committed Dec 18, 2023
1 parent 6e5312f commit d84b33d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 15
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
run: while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:8080/openmrs/login.htm)" != "200" ]]; do sleep 10; done

- name: Run E2E tests
timeout-minutes: 15
run: yarn playwright test

- name: Stop dev server
Expand Down

0 comments on commit d84b33d

Please sign in to comment.