From cd8fa2fe74d6785271409aacd1d3d68d863e47f7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 7 Sep 2020 10:05:19 +1000 Subject: tester: Add support for test-too-long - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period. --- tester/rtems/testing/testing.mc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tester/rtems') diff --git a/tester/rtems/testing/testing.mc b/tester/rtems/testing/testing.mc index 662b352..d03ea6d 100644 --- a/tester/rtems/testing/testing.mc +++ b/tester/rtems/testing/testing.mc @@ -51,7 +51,8 @@ _rtbase: none, none, '%{_rtdir}' _rtscripts: none, none, '%{_rtbase}/rtems/testing' # Defaults -timeout: none, none, '180' +timeout: none, none, '180' # seconds +max_test_period: none, none, '300' # seconds # Tests detected as invalid that are valid invalid_tests: none, none, '''minimum.exe''' -- cgit v1.2.3