diff options
| author | Sam James <sam@gentoo.org> | 2025-11-30 04:26:04 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-11-29 23:29:24 -0500 |
| commit | a696f7473bdb0730074028f6e4655155881620a2 (patch) | |
| tree | 09fa8e41de152e4419542279b384f6d31f70d763 | |
| parent | fad1d6e0d479eff32a3ff853cd07756394c5fabc (diff) | |
| download | meson-a696f7473bdb0730074028f6e4655155881620a2.tar.gz | |
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.
| -rw-r--r-- | docs/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build index 9c8fe9ecb..f79f5f9e3 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -148,4 +148,4 @@ run_target('upload', depends: documentation, ) -test('validate_links', find_program('./validatelinks.py'), args: meson.current_source_dir() / 'markdown' / 'Users.md') +test('validate_links', find_program('./validatelinks.py'), args: meson.current_source_dir() / 'markdown' / 'Users.md', timeout: 65) |
