Opened 8 years ago

Closed 8 years ago

#884 closed enhancement (fixed)

Check timeouts for SSH commands

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.4
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

I think we need to check how SSH commands are handled with respect to timeouts. Many commands have a timeout of 2 seconds which may be a too short and result in errors if the server is just a bit slow to respond. In some places a millisecond value has been used instead of a resulting in a very large timeout (eg. 30000 seconds).

Change History (1)

comment:1 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(In [3913]) Fixes #884: Check timeouts for SSH commands

Should be better now. 5 seconds is used for most commands. Some that may take longer time have 30 or 60 seconds.

Note: See TracTickets for help on using tickets.