Skip to content

Commit 5f845b7

Browse files
committed
Consistent timeout and no default packages
1 parent 2f05b73 commit 5f845b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ test_Android_{{ editor.version }}:
108108
- |
109109
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
110110
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
111-
utr.bat --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=android --scripting-backend=mono --artifacts_path=upm-ci~/test-results/android --timeout=900
111+
utr.bat --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=android --scripting-backend=mono --artifacts_path=upm-ci~/test-results/android --timeout=900 --extra-editor-arg="-upmNoDefaultPackages"
112112
after:
113113
- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
114114
- powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > upm-ci~/test-results/android/android_device_log.txt
@@ -140,7 +140,7 @@ test_iOS_{{ editor.version }}:
140140
- chmod u+x utr
141141
- pip install unity-downloader-cli --index-url {{ artifactory.production }}pypi/pypi/simple --upgrade
142142
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --wait --fast
143-
- ./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"
143+
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 900" --timeout=900 --extra-editor-arg="-upmNoDefaultPackages"
144144
artifacts:
145145
packages:
146146
paths:

0 commit comments

Comments
 (0)