We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ec33b commit 620e07eCopy full SHA for 620e07e
conanfile.py
@@ -36,6 +36,7 @@ def _create_cmake(self):
36
self._cmake = CMake(self)
37
self._cmake.definitions["AUTOTEST"] = self.options.with_tests
38
self._cmake.definitions["BUILD_MISC_TESTS"] = self.options.with_tests
39
+ self._cmake.definitions["TEST_TIMEOUT_SECONDS"] = "300"
40
41
self._cmake.definitions[
42
"CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = self.options.shared
0 commit comments