Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Increase test timeout (#4416)
Browse files Browse the repository at this point in the history
Default of 30 seconds can time-out on slower hardware
  • Loading branch information
j-jzk committed Apr 29, 2021
1 parent 91e751d commit fcae64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Expand Up @@ -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.
Expand Down

0 comments on commit fcae64f

Please sign in to comment.