TESTS: in RESERVE6 test, allow slow targets 3 seconds to notice the nexus loss and drop the reservation

This commit is contained in:
Ronnie Sahlberg
2013-03-23 10:13:03 -07:00
parent 510883f28f
commit 3e358bb192

View File

@@ -59,6 +59,8 @@ test_reserve6_itnexus_loss(void)
logging(LOG_VERBOSE, "Disconnect from the target.");
iscsi_destroy_context(iscsic);
sleep(3);
logging(LOG_VERBOSE, "Reconnect to target");
iscsic = iscsi_context_login(initiatorname1, tgt_url, &tgt_lun);
if (iscsic == NULL) {