Skip to content

Commit

Permalink
chore: Set a timeout for tests started using Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden authored and iphydf committed Aug 29, 2023
1 parent c0ec33b commit 620e07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _create_cmake(self):
self._cmake = CMake(self)
self._cmake.definitions["AUTOTEST"] = self.options.with_tests
self._cmake.definitions["BUILD_MISC_TESTS"] = self.options.with_tests
self._cmake.definitions["TEST_TIMEOUT_SECONDS"] = "300"

self._cmake.definitions[
"CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = self.options.shared
Expand Down

0 comments on commit 620e07e

Please sign in to comment.