[gnome-settings-daemon/benzea/ci-fixes] power: Relax test runtime timeouts
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/ci-fixes] power: Relax test runtime timeouts
- Date: Tue, 20 Jul 2021 10:43:56 +0000 (UTC)
commit b63eecc71951fc31e48b5bab27de2ce7c2aff873
Author: Benjamin Berg <bberg redhat com>
Date: Tue Jul 20 12:42:29 2021 +0200
power: Relax test runtime timeouts
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 69e619f2..7529a1c2 100644
--- a/plugins/power/meson.build
+++ b/plugins/power/meson.build
@@ -144,7 +144,7 @@ foreach i : [ 1, 2, 3, 4, 5, 6, 7, 8 ]
args: [ 'PowerPluginTest@0@'.format(i) ],
env: envs,
# The first set of tests takes very long because of SCREENSAVER_TIMEOUT_BLANK
- timeout: i == 1 ? 180 : 120
+ timeout: i == 1 ? 200 : 160
)
endforeach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]