Skip to content

Commit

Permalink
tests: Increase timeout for pytest
Browse files Browse the repository at this point in the history
On my laptop this test now takes 55 seconds, which is uncomfortably
close to the 60s timeout.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Sep 2, 2024
1 parent 9f3583a commit fbecfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if meson.version().version_compare('>= 0.56.0')
args: ['--verbose', '--verbose', '--log-level=DEBUG'],
env: test_env,
workdir: meson.current_source_dir(),
timeout: 60,
timeout: 180,
)
endif
endif

0 comments on commit fbecfce

Please sign in to comment.