Skip to content

Commit

Permalink
fix: increase algorithm test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored and Mariana Tenorio Pita committed Jan 14, 2025
1 parent 9d34a08 commit 2ae3b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iguana/tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ foreach algo : algo_dict
'-'.join(['algorithm', test_name_algo]),
test_exe,
suite: [ 'algorithm', 'single_threaded' ],
args: [ 'algorithm', '-n', get_option('test_num_events') ] + test_args,
args: [ 'algorithm', '-n', get_option('test_num_events') ] + test_args,
env: project_test_env,
timeout: 0,
timeout: 120,
)
benchmark(
'-'.join(['benchmark', 'single_threaded', test_name_algo]),
Expand Down

0 comments on commit 2ae3b9d

Please sign in to comment.