increased timeout

This commit is contained in:
Jeff Hill
2002-12-19 01:28:36 +00:00
parent f6c13478ab
commit 6a32e216f7

View File

@@ -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 );