[autotest] Decrease bvt-cq, bvt-inline per test time budget.
Historic data from the last month does not show a meaningful increase
in successful tests (2 successful tests out 267 tests that were >30
minutes in 400 CQ runs worth of data) with the increased timeouts, so
decrease the max run time closer to historic values.
BUG=chromium:728738
TEST=None
Change-Id: I21039ecda050ed313730ca9bff89b0288e333622
Reviewed-on: https://chromium-review.googlesource.com/521907
Commit-Ready: David Riley <davidriley@chromium.org>
Tested-by: David Riley <davidriley@chromium.org>
Reviewed-by: David James <davidjames@chromium.org>
diff --git a/test_suites/control.bvt-inline b/test_suites/control.bvt-inline
index 1c8ce3d..1f6b526 100644
--- a/test_suites/control.bvt-inline
+++ b/test_suites/control.bvt-inline
@@ -57,7 +57,7 @@
'title': None,
}
-args_dict['max_runtime_mins'] = 90
+args_dict['max_runtime_mins'] = 30
args_dict['name'] = 'bvt-inline'
args_dict['job'] = job
args_dict['add_experimental'] = True