summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-05-18 20:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-05-18 20:01:00 -0700
commitf81e16b64687231adf6d67782cee95f9ce4daef0 (patch)
treee09f9fc739c2141ab268806094b42d2c657ddda6 /src/base/abci/abc.c
parent8b24f6bff92d93c3a4def93b8872105c861d1285 (diff)
downloadabc-f81e16b64687231adf6d67782cee95f9ce4daef0.tar.gz
abc-f81e16b64687231adf6d67782cee95f9ce4daef0.tar.bz2
abc-f81e16b64687231adf6d67782cee95f9ce4daef0.zip
Version abc80518_2
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
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 )
{