File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed
metacall_python_port_test Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ if(OPTION_BUILD_CLI)
6060 PROPERTY LABELS ${py_port_test}
6161 )
6262
63- # Extend timeout when using thread sanitizer and rust
64- if (OPTION_BUILD_THREAD_SANITIZER AND OPTION_BUILD_LOADERS_RS)
65- set_tests_properties (${target} PROPERTIES TIMEOUT 7200)
66- endif ()
67-
6863 include (TestEnvironmentVariables)
6964
7065 test_environment_variables(${target}
@@ -104,11 +99,6 @@ set_property(TEST ${py_port_test_exec}
10499 PROPERTY LABELS ${py_port_test_exec}
105100)
106101
107- # Extend timeout when using thread sanitizer and rust
108- if (OPTION_BUILD_THREAD_SANITIZER AND OPTION_BUILD_LOADERS_RS)
109- set_tests_properties (${py_port_test_exec} PROPERTIES TIMEOUT 7200)
110- endif ()
111-
112102include (TestEnvironmentVariables)
113103
114104test_environment_variables(${py_port_test_exec}
Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ add_test(NAME ${target}
139139if (OPTION_BUILD_LOADERS_RS)
140140 set (RS_DEPENDENCY rs_loader)
141141 set (TESTS_ENVIRONMENT_VARIABLES_RS "OPTION_BUILD_LOADERS_RS=1" )
142-
143- # Extend timeout when using thread sanitizer and rust
144- if (OPTION_BUILD_THREAD_SANITIZER)
145- set_tests_properties (${target} PROPERTIES TIMEOUT 7200)
146- endif ()
147142endif ()
148143
149144#
Original file line number Diff line number Diff line change @@ -148,11 +148,6 @@ set_property(TEST ${target}
148148 PROPERTY LABELS ${target}
149149)
150150
151- # Extend timeout when using thread sanitizer
152- if (OPTION_BUILD_THREAD_SANITIZER)
153- set_tests_properties (${target} PROPERTIES TIMEOUT 7200)
154- endif ()
155-
156151include (TestEnvironmentVariables)
157152
158153test_environment_variables(${target}
You can’t perform that action at this time.
0 commit comments