mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 02:06:05 -04:00
Increase test timeout to 160s
This commit is contained in:
parent
e743e04b94
commit
ee204a9b5e
@ -42,6 +42,6 @@ if gtest_dep.found() and not meson.is_cross_build()
|
||||
link_args: extra_link_args,
|
||||
dependencies : all_deps + [gtest_dep],
|
||||
build_rpath : '$ORIGIN')
|
||||
test(test_name, test_exe)
|
||||
test(test_name, test_exe, timeout : 160)
|
||||
endforeach
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user