From 97219d8ff2a2b09c6c1d7115538f79aeabdf1222 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Mar 2002 19:31:43 +0000 Subject: [PATCH] increased time out --- src/ca/acctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 4349d9b96..f78688845 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -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 ); }