minor fix

This commit is contained in:
Miroslav Stampar 2011-05-22 10:27:45 +00:00
parent 806e898694
commit 2795aeff34

View File

@ -395,7 +395,7 @@ class Connect:
return None, None
elif kb.testMode:
logger.warn(warnMsg)
return None
return None, None
elif silent or (ignoreTimeout and any(map(lambda x: x in tbMsg, ["timed out", "IncompleteRead"]))):
return None, None
elif threadData.retriesCount < conf.retries and not kb.threadException and not conf.realTest: