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 0088974 commit 115cff9Copy full SHA for 115cff9
Release/tests/Common/TestRunner/test_runner.cpp
@@ -200,7 +200,7 @@ static std::vector<std::string> get_matching_binaries(const std::string &dllName
200
201
static std::multimap<std::string, std::string> g_properties;
202
static std::vector<std::string> g_test_binaries;
203
-static int g_individual_test_timeout = 100 * 60000 * 3;
+static int g_individual_test_timeout = 60000 * 3;
204
205
static int parse_command_line(int argc, char **argv)
206
{
0 commit comments