mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-10 20:24:58 +00:00
Increase command timeout to 30 seconds
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "libscsi.h"
|
||||
|
||||
#define COMPLETION_TIMEOUT 300
|
||||
#define COMPLETION_TIMEOUT (30*60) /* 30 seconds */
|
||||
|
||||
#define SCSI_BUSY (1 << 6)
|
||||
#define SCSI_SEL (1 << 1)
|
||||
|
Reference in New Issue
Block a user