Skip to content

Commit a696f74

Browse files
thesamesameli-schwartz
authored andcommitted
docs: increase timeout for validate_links.py
The script internally has a timeout of 60s, so the default of 30 on the meson side is too aggressive. Crank it up to 65.
1 parent fad1d6e commit a696f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ run_target('upload',
148148
depends: documentation,
149149
)
150150

151-
test('validate_links', find_program('./validatelinks.py'), args: meson.current_source_dir() / 'markdown' / 'Users.md')
151+
test('validate_links', find_program('./validatelinks.py'), args: meson.current_source_dir() / 'markdown' / 'Users.md', timeout: 65)

0 commit comments

Comments
 (0)