ib_srpt: Increase RDMA_COMPL_TIMEOUT_S in order to avoid that the IB completion timeout fires too early on flaky motherboards

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4122 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-02-11 10:29:22 +00:00
parent 13e3b5265c
commit a5a4d5ca6c

View File

@@ -127,7 +127,7 @@ enum {
DEFAULT_MAX_RDMA_SIZE = 65536,
RDMA_COMPL_TIMEOUT_S = 80,
RDMA_COMPL_TIMEOUT_S = 600,
};
enum srpt_opcode {