Increase test timeout (#4416)

Default of 30 seconds can time-out on slower hardware
This commit is contained in:
j-jzk 2021-04-29 13:59:23 +00:00 committed by GitHub
parent 91e751d5a2
commit fcae64f7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.