Skip to content

Commit

Permalink
Merge pull request #1707 from flexn-io/chore/increase-android-timeout
Browse files Browse the repository at this point in the history
chore: increase android timeouts
  • Loading branch information
pauliusguzas authored Sep 16, 2024
2 parents 0ba57b9 + 2717a42 commit 0ee0583
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-harness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/app-harness && yarn run:android-test & sleep 240
cd packages/app-harness && yarn run:android-test & sleep 420
- name: E2E
run: |
cd packages/app-harness && yarn e2e:android && kill $(lsof -t -i:8093)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-harness-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/app-harness && yarn run:androidtv-test & sleep 240
cd packages/app-harness && yarn run:androidtv-test & sleep 420
- name: E2E
run: |
cd packages/app-harness && yarn e2e:androidtv && kill $(lsof -t -i:8094)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/template-starter && yarn run:android-test & sleep 240
cd packages/template-starter && yarn run:android-test & sleep 420
- name: E2E
run: |
cd packages/template-starter && yarn e2e:android && kill $(lsof -t -i:8083)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-androidtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/template-starter && yarn run:androidtv-test & sleep 240
cd packages/template-starter && yarn run:androidtv-test & sleep 420
- name: E2E
run: |
cd packages/template-starter && yarn e2e:androidtv && kill $(lsof -t -i:8084)
Expand Down

0 comments on commit 0ee0583

Please sign in to comment.