Commit 21bf578c authored by Sami Kyostila's avatar Sami Kyostila Committed by Commit Bot

base_perftests: Increase shard timeout

The base perftests can take longer than the default 120 seconds to
execute -- especially on low end Android devices. Increase the timeout
on Android to 10 minutes.

Bug: 906686
Change-Id: Iacfe08e3cbd1d6e7ef756a1a8c1028655a5d3918

TBR=fdoray@chromium.org

Change-Id: Iacfe08e3cbd1d6e7ef756a1a8c1028655a5d3918
Reviewed-on: https://chromium-review.googlesource.com/c/1353922Reviewed-by: default avatarSami Kyöstilä <skyostil@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Sami Kyöstilä <skyostil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612228}
parent ba3f1c66
...@@ -2077,6 +2077,7 @@ test("base_perftests") { ...@@ -2077,6 +2077,7 @@ test("base_perftests") {
if (is_android) { if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ] deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 600
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment