longer timeout

This commit is contained in:
Jeff Hill
2003-01-09 20:37:33 +00:00
parent e09746cf38
commit f1cc9e98aa

View File

@@ -45,7 +45,7 @@ void caEventRate ( const char *pName, unsigned count )
SEVCHK ( status, NULL );
}
int status = ca_pend_io ( 10.0 );
int status = ca_pend_io ( 10000.0 );
if ( status != ECA_NORMAL ) {
fprintf ( stderr, " not found.\n" );
return;