aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorj-jzk <jjezek@protonmail.com>2021-04-29 13:59:23 +0000
committerGitHub <noreply@github.com>2021-04-29 15:59:23 +0200
commitfcae64f7fd97c02f36200a4c60ab7ec2fd4410df (patch)
treede3ea244808d80d11765db4607fbf9733eb8b132 /meson.build
parent91e751d5a2b7a08d0d0fe4a1867e01f763b18259 (diff)
downloadi3-fcae64f7fd97c02f36200a4c60ab7ec2fd4410df.tar.gz
i3-fcae64f7fd97c02f36200a4c60ab7ec2fd4410df.zip
Increase test timeout (#4416)
Default of 30 seconds can time-out on slower hardware
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8dcce213..76e22041 100644
--- a/meson.build
+++ b/meson.build
@@ -716,6 +716,7 @@ if meson.version().version_compare('>=0.46.0')
anyevent_i3,
i3test_pm,
],
+ timeout: 120, # Default of 30 seconds can cause timeouts on slower machines
)
else
# meson < 0.46.0 does not support the depends arg in test targets.