Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2022-04-07 01:04:29 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-04-07 01:23:51 +0300
commit1de26aad69552f2de5ff81f5ad7ee37bef71efa0 (patch)
tree2ec5c84f67ec94d5dd1a0de3128982d75cfb8965
parente7f0c7535447fd6d471b3716a2e27ff4c09ab383 (diff)
Increase discovery timeout for Gtest test to 100 seconds
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6b9c494d6..4e0c8a885 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -74,4 +74,4 @@ if(WIN32)
endif()
# must happen after the dll's get copied over
-gtest_discover_tests(test_regression) \ No newline at end of file
+gtest_discover_tests(test_regression PROPERTIES DISCOVERY_TIMEOUT 100) \ No newline at end of file