summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-21 08:38:12 +0000
committerJan Rybar <jrybar@redhat.com>2022-02-21 08:38:12 +0000
commitb10a1bdb697045db40774f2a9a8c58ae5c7189c3 (patch)
treee6a6da56d01f0402689758ec6180025d2fb06a9e
parent41cb093f554da8772362654a128a84dd8a5542a7 (diff)
downloadpolkit-b10a1bdb697045db40774f2a9a8c58ae5c7189c3.tar.gz
test: Extend timeout for test-polkitbackendjsauthority
-rw-r--r--test/polkitbackend/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/polkitbackend/meson.build b/test/polkitbackend/meson.build
index 98ba120..9fae155 100644
--- a/test/polkitbackend/meson.build
+++ b/test/polkitbackend/meson.build
@@ -29,4 +29,5 @@ test(
prog,
env: test_env,
is_parallel: false,
+ timeout: 90,
)