Fixed problem with timeout in &bmc.

This commit is contained in:
Alan Mishchenko 2013-12-18 16:21:10 +07:00
parent 227963f03d
commit efc1c8588e
1 changed files with 2 additions and 0 deletions

View File

@ -1081,6 +1081,8 @@ int Gia_ManBmcPerform( Gia_Man_t * pGia, Bmc_AndPar_t * pPars )
if ( pPars->nTimeOut <= 0 )
return -1;
}
else
return -1;
// set the new frames limit
pPars->nFramesAdd *= 2;
}