Increase test timeout (#4416)
Default of 30 seconds can time-out on slower hardware
This commit is contained in:
parent
91e751d5a2
commit
fcae64f7fd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user