From fcae64f7fd97c02f36200a4c60ab7ec2fd4410df Mon Sep 17 00:00:00 2001 From: j-jzk Date: Thu, 29 Apr 2021 13:59:23 +0000 Subject: [PATCH] Increase test timeout (#4416) Default of 30 seconds can time-out on slower hardware --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 8dcce213f..76e220419 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.