From 6a32e216f79d3dc13cecb07037178a943ab301dd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 19 Dec 2002 01:28:36 +0000 Subject: [PATCH] increased timeout --- src/ca/acctst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 29991ea58..08a93aa81 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1296,9 +1296,9 @@ void test_sync_groups ( chid chan, unsigned interestLevel ) multiple_sg_requests ( chan, gid1 ); multiple_sg_requests ( chan, gid2 ); - status = ca_sg_block ( gid1, 15.0 ); + status = ca_sg_block ( gid1, 500.0 ); SEVCHK ( status, "SYNC GRP1" ); - status = ca_sg_block ( gid2, 15.0 ); + status = ca_sg_block ( gid2, 500.0 ); SEVCHK ( status, "SYNC GRP2" ); status = ca_sg_delete ( gid1 ); SEVCHK ( status, NULL );