Skip to content

Commit

Permalink
Increase timeout of webrtc_perf_tests on Android to 1h15m
Browse files Browse the repository at this point in the history
It's called "shard timeout" but we're intentionally running only one shard.

This value matches the one in https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/webrtc/builders.py

Bug: webrtc:10094, webrtc:9783
Change-Id: I0d7f04e200121a1b574a42fe8c6cfe30983cceda
Reviewed-on: https://webrtc-review.googlesource.com/c/114280
Reviewed-by: Mirko Bonadei <[email protected]>
Commit-Queue: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#25998}
  • Loading branch information
oprypin authored and Commit Bot committed Dec 13, 2018
1 parent aa7bc7e commit 2aa0379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ if (rtc_include_tests) {
data = webrtc_perf_tests_resources
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 2700
shard_timeout = 4500
}
if (is_ios) {
deps += [ ":webrtc_perf_tests_bundle_data" ]
Expand Down

0 comments on commit 2aa0379

Please sign in to comment.