From f1cc9e98aab9ee6fb3dcb4ec716f0d27f278a3b1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 Jan 2003 20:37:33 +0000 Subject: [PATCH] longer timeout --- src/ca/caEventRate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;