summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-07 11:30:22 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-07 12:35:23 +0200
commit310edcaeac0ad3fea4102e677e274cc8f2b17651 (patch)
tree6b54db515ec1e50eb90c2c7f37d6ab2c15c49a31
parenteb832edbf2e212f07dc83896aea95ddaf52a7886 (diff)
downloadupower-wip/hadess/split-tests.tar.gz
linux: Bump tests timeoutwip/hadess/split-tests
We need a higher than default timeout as the test_critical_action_is_taken_repeatedly test takes at least 2 suspend cycles and those take at least UP_DAEMON_ACTION_DELAY (20 seconds).
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index e9c4d70..2f84fc3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -134,6 +134,7 @@ if os_backend == 'linux' and gir_dep.found()
python3,
args: ut_args,
env: env,
+ timeout: 50,
)
endforeach
endif