Skip to content

Commit

Permalink
Meson: Extend test timeout
Browse files Browse the repository at this point in the history
Tests can take longer on FreeBSD.
  • Loading branch information
meator committed Jun 2, 2024
1 parent 9223b52 commit 735e36e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ else
)
endif

test('j4-dmenu-tests', test_exe)
# NotifyKqueue checks for changes every minute. This means that the default timeout
# of 30 seconds is not sufficient on BSDs, because one of the tests uses Notify.
test('j4-dmenu-tests', test_exe, timeout: 90)

0 comments on commit 735e36e

Please sign in to comment.