Skip to content

Commit 620e07e

Browse files
robinlindeniphydf
authored andcommitted
chore: Set a timeout for tests started using Conan
1 parent c0ec33b commit 620e07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def _create_cmake(self):
3636
self._cmake = CMake(self)
3737
self._cmake.definitions["AUTOTEST"] = self.options.with_tests
3838
self._cmake.definitions["BUILD_MISC_TESTS"] = self.options.with_tests
39+
self._cmake.definitions["TEST_TIMEOUT_SECONDS"] = "300"
3940

4041
self._cmake.definitions[
4142
"CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = self.options.shared

0 commit comments

Comments
 (0)