Bump the timeout in st_load() from 5 to 15 minutes. My Tandberg
TDC3620 takes 4.5 minutes to retenstion a QIC-250 cartridge, so the 5 minutes seem to be too tight.
This commit is contained in:
parent
3c3bc06e1c
commit
f3bec209ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13423
@ -12,7 +12,7 @@
|
||||
* on the understanding that TFS is not responsible for the correct
|
||||
* functioning of this software in any circumstances.
|
||||
*
|
||||
* $Id: st.c,v 1.56 1996/01/05 20:12:51 wollman Exp $
|
||||
* $Id: st.c,v 1.57 1996/01/08 12:25:06 joerg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1751,7 +1751,7 @@ st_load(unit, type, flags)
|
||||
0,
|
||||
0,
|
||||
ST_RETRIES,
|
||||
300000, /* 5 min */
|
||||
900000, /* 15 min */
|
||||
NULL,
|
||||
flags));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user