Skip to content

Commit

Permalink
meson.build: bump the timeout for pytest to 60s
Browse files Browse the repository at this point in the history
This may or may not fix the issues with timeouts on the hwdb query
tests, see #694.
  • Loading branch information
whot committed Aug 15, 2024
1 parent 14d1724 commit 62b2e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ if get_option('tests').enabled()
meson.current_source_dir() / 'test' / f,
],
env: env,
timeout: 60,
suite: ['all'])
endforeach
endif
Expand Down

0 comments on commit 62b2e72

Please sign in to comment.