Skip to content

Commit

Permalink
meson: Add timeout 180 for debian riscv64 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
istoph committed Apr 19, 2024
1 parent a83fcae commit 6c97768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ tests_bin = executable('tests', tests,
dependencies : [qt5_dep, tuiwidgets_dep, posixsignalmanager_dep, syntax_dep, catch2_dep])
test('tests', tests_bin,
workdir: meson.current_build_dir(),
timeout: 180,
kwargs: verbose_kwargs)

0 comments on commit 6c97768

Please sign in to comment.