Skip to content

Commit

Permalink
Add a missed variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
maluchari committed Sep 20, 2024
1 parent 79c7b5b commit cb4ffbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ protected static int getNumParallelJobs(CommandLine cmdLine) {
}

protected static int getTaskTimeOut(CommandLine cmdLine) {
return NumberUtils.toInt(
cmdLine.getOptionValue("taskTimeOutInHours"), DEFAULT_TASKS_WAIT_HOURS);
return NumberUtils.toInt(cmdLine.getOptionValue("tasksWaitHours"), DEFAULT_TASKS_WAIT_HOURS);
}
}

0 comments on commit cb4ffbc

Please sign in to comment.