Skip to content

Commit

Permalink
Update SIncrease the defult SMT timeout/retry limits
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple authored Aug 23, 2023
1 parent 1d7425f commit 79fc707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kore/src/SMT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ defaultConfig =
]
, prelude = Prelude Nothing
, logFile = Nothing
, timeOut = TimeOut (Limit 40)
, retryLimit = RetryLimit (Limit 1)
, timeOut = TimeOut (Limit 125)
, retryLimit = RetryLimit (Limit 3)
, rLimit = RLimit Unlimited
, resetInterval = ResetInterval 100
}
Expand Down

0 comments on commit 79fc707

Please sign in to comment.