increased time out

This commit is contained in:
Jeff Hill
2002-03-07 19:31:43 +00:00
parent 20c26df4de
commit 97219d8ff2

View File

@@ -1775,7 +1775,7 @@ void arrayTest ( chid chan, unsigned maxArrayBytes )
status = ca_array_get ( DBR_STRING,
ca_element_count (chan), chan, pRS );
SEVCHK ( status, "array read request failed" );
status = ca_pend_io ( 30.0 );
status = ca_pend_io ( 300.0 );
SEVCHK ( status, "array read failed" );
free ( pRS );
}