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