ZEPPELIN-923: Change defaultValue 5000 -> 60000

This commit is contained in:
AhyoungRyu 2016-06-03 09:18:51 -07:00
parent b70d650058
commit be3e22ea75

View file

@ -7,8 +7,8 @@
"shell.command.timeout.millisecs": {
"envName": "SHELL_COMMAND_TIMEOUT",
"propertyName": "shell.command.timeout.millisecs",
"defaultValue": "5000",
"description": "Shell command time out in millisecs. Default = 5000"
"defaultValue": "60000",
"description": "Shell command time out in millisecs. Default = 60000"
}
}
}