Increased retries and timeout

r1367 | ffr | 2006-12-12 09:03:49 +1100 (Tue, 12 Dec 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-12-12 09:03:49 +11:00
committed by Douglas Clowes
parent 8deaed6472
commit 788161264c

View File

@@ -421,8 +421,8 @@ static int AnstoHttpStatus(pHistDriver self,SConnection *pCon){ // pCon=NULL all
return HWFault; // shouldn't get here
}
#define MAX_STATUS_READ_RETRIES 50
#define STATUS_READ_DELAY_US 100000
#define MAX_STATUS_READ_RETRIES 150
#define STATUS_READ_DELAY_US 200000
//
static int AnstoHttpStatusWithRetries(pHistDriver self, int requiredstate,SConnection *pCon) // pCon=NULL allowed
{