Skip to content

Commit 115cff9

Browse files
committed
Restore default test timeout
This was a debug change that I forgot to undo
1 parent 0088974 commit 115cff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Common/TestRunner/test_runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ static std::vector<std::string> get_matching_binaries(const std::string &dllName
200200

201201
static std::multimap<std::string, std::string> g_properties;
202202
static std::vector<std::string> g_test_binaries;
203-
static int g_individual_test_timeout = 100 * 60000 * 3;
203+
static int g_individual_test_timeout = 60000 * 3;
204204

205205
static int parse_command_line(int argc, char **argv)
206206
{

0 commit comments

Comments
 (0)