Skip to content

Commit 77f0d0b

Browse files
set timeout in circleci ios test
1 parent 36b54bc commit 77f0d0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- run:
111111
name: Build and run tests
112112
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace InstabugSample.xcworkspace -scheme InstabugSample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.3' test | xcpretty
113-
113+
no_output_timeout: 30m
114114
e2e_ios:
115115
macos:
116116
xcode: "12.3.0"
@@ -203,7 +203,6 @@ jobs:
203203
sudo chmod -R 777 /Users/distiller/Library/Detox
204204
detox test --configuration android.emu.release --cleanup
205205
206-
207206
publish:
208207
macos:
209208
xcode: "10.1.0"
@@ -247,4 +246,3 @@ workflows:
247246
filters:
248247
branches:
249248
only: master
250-

0 commit comments

Comments
 (0)