Move the readline-timeout to the iOS device instead of simulator.
Also increase the timeout over 10 minutes and increase the bot timeout. https://chrome-swarming.appspot.com/task?id=5a2118b0119c3b10 Bug: b/228402401 Change-Id: Idf652fd7fa2fc6670011df254836444dfaf553a8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258420 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36508}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
616bea20e1
commit
dad78f8cff
@ -8831,7 +8831,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
@ -9683,7 +9682,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
@ -10535,7 +10533,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
|
@ -89,6 +89,7 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=1200",
|
||||
"--xctest",
|
||||
"--undefok=enable-run-ios-unittests-with-xctest",
|
||||
"--xcode-build-version",
|
||||
@ -119,6 +120,8 @@
|
||||
"pool": "chrome.tests"
|
||||
}
|
||||
],
|
||||
"hard_timeout": 7200,
|
||||
"io_timeout": 7200,
|
||||
"named_caches": [
|
||||
{
|
||||
"name": "xcode_ios_13c100",
|
||||
@ -608,6 +611,7 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=1200",
|
||||
"--xctest",
|
||||
"--undefok=enable-run-ios-unittests-with-xctest",
|
||||
"--xcode-build-version",
|
||||
@ -638,6 +642,8 @@
|
||||
"pool": "chrome.tests"
|
||||
}
|
||||
],
|
||||
"hard_timeout": 7200,
|
||||
"io_timeout": 7200,
|
||||
"named_caches": [
|
||||
{
|
||||
"name": "xcode_ios_13c100",
|
||||
|
@ -89,6 +89,7 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=1200",
|
||||
"--xctest",
|
||||
"--undefok=enable-run-ios-unittests-with-xctest",
|
||||
"--xcode-build-version",
|
||||
@ -119,6 +120,8 @@
|
||||
"pool": "chrome.tests"
|
||||
}
|
||||
],
|
||||
"hard_timeout": 7200,
|
||||
"io_timeout": 7200,
|
||||
"named_caches": [
|
||||
{
|
||||
"name": "xcode_ios_13c100",
|
||||
@ -555,6 +558,7 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=1200",
|
||||
"--xctest",
|
||||
"--undefok=enable-run-ios-unittests-with-xctest",
|
||||
"--xcode-build-version",
|
||||
@ -585,6 +589,8 @@
|
||||
"pool": "chrome.tests"
|
||||
}
|
||||
],
|
||||
"hard_timeout": 7200,
|
||||
"io_timeout": 7200,
|
||||
"named_caches": [
|
||||
{
|
||||
"name": "xcode_ios_13c100",
|
||||
|
@ -269,6 +269,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
'timeout-2h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 7200,
|
||||
'io_timeout': 7200
|
||||
}
|
||||
},
|
||||
'timeout-3h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 10800,
|
||||
|
@ -207,6 +207,12 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
'timeout-2h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 7200,
|
||||
'io_timeout': 7200,
|
||||
},
|
||||
},
|
||||
'timeout-3h': {
|
||||
'swarming': {
|
||||
'hard_timeout': 10800,
|
||||
|
@ -128,7 +128,13 @@
|
||||
#'apprtcmobile_tests': {'mixins': ['xcodebuild-device-runner']},
|
||||
'common_audio_unittests': {},
|
||||
'common_video_unittests': {},
|
||||
'modules_tests': {},
|
||||
'modules_tests': {
|
||||
'mixins': ['timeout-2h'],
|
||||
'args': [
|
||||
# Some tests exceed the default 180 seconds readline timeout.
|
||||
'--readline-timeout=1200',
|
||||
]
|
||||
},
|
||||
'modules_unittests': {},
|
||||
'rtc_pc_unittests': {},
|
||||
'rtc_stats_unittests': {},
|
||||
@ -155,12 +161,7 @@
|
||||
'common_audio_unittests': {},
|
||||
'common_video_unittests': {},
|
||||
'dcsctp_unittests': {},
|
||||
'modules_tests': {
|
||||
'args': [
|
||||
# Some tests exceed the default 180 seconds readline timeout.
|
||||
'--readline-timeout=360',
|
||||
],
|
||||
},
|
||||
'modules_tests': {},
|
||||
'modules_unittests': {},
|
||||
'rtc_media_unittests': {},
|
||||
'rtc_pc_unittests': {},
|
||||
|
@ -2778,7 +2778,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
@ -3630,7 +3629,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
@ -4482,7 +4480,6 @@
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--readline-timeout=360",
|
||||
"--platform",
|
||||
"iPhone X",
|
||||
"--version",
|
||||
|
Reference in New Issue
Block a user