Skip to content

Commit

Permalink
chore: update e2e timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Aug 29, 2024
1 parent 34a93cc commit 6d82cab
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-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/app-harness && yarn run:ios-test & sleep 480
cd packages/app-harness && yarn run:ios-test & sleep 600
- name: E2E
run: |
cd packages/app-harness && yarn e2e:ios && kill $(lsof -t -i:8092)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-harness-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/app-harness && yarn run:tvos-test & sleep 420
cd packages/app-harness && yarn run:tvos-test & sleep 540
- name: E2E
run: |
cd packages/app-harness && yarn e2e:tvos && kill $(lsof -t -i:8099)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/template-starter && yarn run:ios-test & sleep 540
cd packages/template-starter && yarn run:ios-test & sleep 600
- name: E2E
run: |
cd packages/template-starter && yarn e2e:ios && kill $(lsof -t -i:8082)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn bootstrap
- name: Run
run: |
cd packages/template-starter && yarn run:tvos-test & sleep 420
cd packages/template-starter && yarn run:tvos-test & sleep 540
- name: E2E
run: |
cd packages/template-starter && yarn e2e:tvos && kill $(lsof -t -i:8085)
Expand Down

0 comments on commit 6d82cab

Please sign in to comment.