diff --git a/.github/workflows/e2e-harness-ios.yml b/.github/workflows/e2e-harness-ios.yml index a50f58a542..e867a36e93 100644 --- a/.github/workflows/e2e-harness-ios.yml +++ b/.github/workflows/e2e-harness-ios.yml @@ -34,7 +34,7 @@ jobs: yarn bootstrap-clean - name: Run run: | - cd packages/app-harness && yarn run:ios-test & sleep 180 + cd packages/app-harness && yarn run:ios-test & sleep 3600 - name: E2E run: | cd packages/app-harness && yarn e2e:ios && kill $(lsof -t -i:8082)