Skip to content

Commit a0512ab

Browse files
committed
Also increase heartbeet timeout
1 parent 6b8bf8f commit a0512ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ test_iOS_{{ editor.version }}:
139139
- chmod u+x utr
140140
- pip install unity-downloader-cli --index-url {{ artifactory.production }}pypi/pypi/simple --upgrade
141141
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --wait --fast
142-
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 900" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200
142+
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200
143143
artifacts:
144144
packages:
145145
paths:

0 commit comments

Comments
 (0)