diff --git a/src/ca/caEventRate.cpp b/src/ca/caEventRate.cpp index c9be55b0b..03f8434c4 100644 --- a/src/ca/caEventRate.cpp +++ b/src/ca/caEventRate.cpp @@ -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;