Module: Dependabot::CommandHelpers::TIMEOUTS

Defined in:
lib/dependabot/command_helpers.rb

Constant Summary collapse

NO_TIME_OUT =

No timeout

-1 # No timeout
GRARECFULLY_STOP =

5 seconds for graceful termination

5
LOCAL =

30 seconds

30
NETWORK =

2 minutes

120
LONG_RUNNING =

5 minutes

300
DEFAULT =

15 minutes

900