From 78619fde4008424c472906041edb1d204e014f7c Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Wed, 10 Oct 2018 13:41:00 +0300 Subject: runner: Add --overall-timeout With --overall-timeout $foo, the runner will stop executing new tests when $foo seconds have already been used. A resumed run will start over with no time used, using the same timeout. This allows for executing a long list of tests piecemeal, in about $foo length executions. Signed-off-by: Petri Latvala Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106127 Cc: Arkadiusz Hiler Cc: Tomi Sarvela Cc: Martin Peres Reviewed-by: Arkadiusz Hiler --- runner/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runner/settings.h') diff --git a/runner/settings.h b/runner/settings.h index e534b845..b489abc5 100644 --- a/runner/settings.h +++ b/runner/settings.h @@ -30,6 +30,7 @@ struct settings { bool overwrite; bool multiple_mode; int inactivity_timeout; + int overall_timeout; bool use_watchdog; char *test_root; char *results_path; -- cgit v1.2.3