diff options
-rw-r--r-- | src/other_tools/just_mr/cli.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp index 2f1e2d92..30a9032b 100644 --- a/src/other_tools/just_mr/cli.hpp +++ b/src/other_tools/just_mr/cli.hpp @@ -30,7 +30,6 @@ #include "src/other_tools/just_mr/utils.hpp" constexpr auto kDefaultLogLevel = LogLevel::Progress; -constexpr auto kDefaultTimeout = std::chrono::milliseconds{300000}; /// \brief Arguments common to all just-mr subcommands struct MultiRepoCommonArguments { |