[gnome-settings-daemon/jjardon/f36: 2/2] plugins/power/test.py: Increase timeout to 100




commit d6b71225af3b79c3cd372bec12b3ae2ce94bc0d1
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Jan 22 16:57:27 2022 +0000

    plugins/power/test.py: Increase timeout to 100

 plugins/power/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 93f8bab2..0446ccd8 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -131,7 +131,7 @@ class PowerPluginBase(gsdtestcase.GSDTestCase):
         self.addCleanup(self.stop_plugin)
 
         # Store the early-init messages, some tests need them.
-        self.plugin_startup_msgs = self.plugin_log.check_line(b'System inhibitor fd is', timeout=10)
+        self.plugin_startup_msgs = self.plugin_log.check_line(b'System inhibitor fd is', timeout=100)
 
         # always start with zero idle time
         self.reset_idle_timer()


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