From d0554b80687dae53e87c8909e7abb4935634783a Mon Sep 17 00:00:00 2001 From: agrieve Date: Tue, 12 Apr 2016 09:45:00 -0700 Subject: [PATCH] Set --shard-timeout in wrapper scripts for apk tests This will allow us to remove this flag from the "how to run the tests" instructions, and also the bot recipes. BUG=599919 NOTRY=True Review URL: https://codereview.webrtc.org/1880563002 Cr-Commit-Position: refs/heads/master@{#12332} --- webrtc/build/apk_tests.gyp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp index dec8cda7a9..f993057e0f 100644 --- a/webrtc/build/apk_tests.gyp +++ b/webrtc/build/apk_tests.gyp @@ -17,6 +17,9 @@ 'includes': [ 'common.gypi', ], + 'variables': { + 'shard_timeout': 900, + }, 'targets': [ { 'target_name': 'audio_decoder_unittests_apk', @@ -207,6 +210,7 @@ 'test_suite_name': 'webrtc_perf_tests', 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_perf_tests<(SHARED_LIB_SUFFIX)', 'isolate_file': 'webrtc/webrtc_perf_tests.isolate', + 'shard_timeout': 2700, }, 'dependencies': [ '<(webrtc_root)/webrtc.gyp:webrtc_perf_tests',