diff --git a/Data/SBV/SMT/SMT.hs b/Data/SBV/SMT/SMT.hs index 6e90c5ed0..c8f5d434b 100644 --- a/Data/SBV/SMT/SMT.hs +++ b/Data/SBV/SMT/SMT.hs @@ -743,7 +743,7 @@ runSolver cfg ctx execPath opts pgm continuation return collated where safeGetLine isFirst h = - let timeOutToUse | isSetCommand mbCommand = Just 1000000 + let timeOutToUse | isSetCommand mbCommand = Just 2000000 | isFirst = mbTimeOut | True = Just 5000000 timeOutMsg t | isFirst = "User specified timeout of " ++ showTimeoutValue t ++ " exceeded"