Increase timeout for internal iOS perf, like for public android and desktop

Bug: webrtc:10047
Change-Id: Ia3a34e0135aafdfa3cb88244ef83ef06bfbd7aef
Reviewed-on: https://webrtc-review.googlesource.com/c/117963
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Artem Titarenko <artit@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26296}
This commit is contained in:
Artem Titarenko
2019-01-17 14:12:08 +01:00
committed by Commit Bot
parent 348b08ac3e
commit 15589a3be1
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@
{
"include": "perf_tests.json",
"device type": "iPhone 7",
"os": "11.0.3"
"os": "11.0.3",
"max runtime seconds": 4500
}
]
}

View File

@ -22,7 +22,8 @@
{
"include": "perf_trybot_tests.json",
"device type": "iPhone 7",
"os": "11.0.3"
"os": "11.0.3",
"max runtime seconds": 4500
}
]
}