From 0962df6fcfa2f221e88fea482d293947429ec8df Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 11 Feb 2002 19:18:17 +0000 Subject: [PATCH] changed time out --- src/ca/acctst.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 28ebab66f..18fccad78 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2081,8 +2081,9 @@ void verifyChannelPriorities ( const char *pName ) priority, &chanArray[i] ); SEVCHK ( status, "prioritized channel create failed" ); } - status = ca_pend_io ( 10.0 ); + status = ca_pend_io ( 100.0 ); SEVCHK ( status, "prioritized channel connect failed" ); + assert ( status == ECA_NORMAL ); for ( i = 0u; i < nPrio; i++ ) { value = i;