From f81e16b64687231adf6d67782cee95f9ce4daef0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 18 May 2008 20:01:00 -0700 Subject: Version abc80518_2 --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci/abc.c') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index fc4056a4..39fdb9fb 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -14291,7 +14291,7 @@ int Abc_CommandDSec( Abc_Frame_t * pAbc, int argc, char ** argv ) // set defaults Fra_SecSetDefaultParams( pSecPar ); - pSecPar->TimeLimit = 300; + pSecPar->TimeLimit = 600; Extra_UtilGetoptReset(); while ( ( c = Extra_UtilGetopt( argc, argv, "Farmfwvh" ) ) != EOF ) { -- cgit v1.2.3