[gnome-settings-daemon/wip/benzea/ci] power: Allow test to run for 500 seconds



commit c49c43aa562e6c19b77b2296a1a72461ca791d5f
Author: Benjamin Berg <bberg redhat com>
Date:   Thu Mar 15 23:25:04 2018 +0100

    power: Allow test to run for 500 seconds
    
    The test currently needs ~260 seconds, which does not give much buffer
    with a set maximum of 300 seconds. When the test is aborted, then the
    pytohn unittest will not properly show the results, as the backtrace is
    only displayed with the failure.
    
    So, err on the side of giving the test a lot more time than it needs, to
    ensure that the output will be useful even with a lot of slow failures.

 plugins/power/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/power/meson.build b/plugins/power/meson.build
index 90ce791c..631823a8 100644
--- a/plugins/power/meson.build
+++ b/plugins/power/meson.build
@@ -130,6 +130,6 @@ test(
   test_py,
 #  args: 'PowerPluginTest.test_sleep_inactive_blank',
   env: envs,
-  timeout: 300
+  timeout: 500
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]