Skip to content

Commit c0244c6

Browse files
cortinicofacebook-github-bot
authored andcommitted
Add no_output_timeout: 30m to E2E jobs (facebook#39322)
Summary: Just increases the timeout as the E2E test runs ## Changelog: [INTERNAL] - Add no_output_timeout: 30m to E2E jobs Pull Request resolved: facebook#39322 Test Plan: CI should be green Reviewed By: cipolleschi Differential Revision: D49056677 Pulled By: cortinico fbshipit-source-id: c9b9af4b0fe2331a217438e303316a1f379c9e8d
1 parent a228b0f commit c0244c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/configurations/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
command: scripts/circleci/check_appium_server_status.sh
176176
- run:
177177
name: Run E2E tests
178+
no_output_timeout: 30m
178179
command: |
179180
cd packages/rn-tester-e2e
180181
(yarn test-e2e ios 2>&1 | tee /tmp/test_log) || true
@@ -238,6 +239,7 @@ jobs:
238239
fi
239240
- run:
240241
name: Run E2E tests
242+
no_output_timeout: 30m
241243
command: |
242244
cd packages/rn-tester-e2e
243245
(yarn test-e2e android 2>&1 | tee /tmp/test_log) || true

0 commit comments

Comments
 (0)