File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
booster/library/Booster/SMT Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,12 @@ translatePrelude def =
157157
158158checkPrelude :: Log. LoggerMIO io => SMT io ()
159159checkPrelude = do
160- -- set large default timeout value for checking the prelude
161- setTimeout defaultSMTOptions. timeout
162- Log. logMessage (" Checking definition prelude" :: Text )
163160 ctxt <- SMT get
161+ -- set the user defined timeout for queries
162+ setTimeout ctxt. options. timeout
163+ Log. logMessage (" Checking definition prelude" :: Text )
164164 -- send the commands from the definition's SMT prelude
165165 check <- mapM_ runCmd ctxt. prelude >> runCmd CheckSat
166- -- set user defined timeout value for the general queries
167- setTimeout ctxt. options. timeout
168166 case check of
169167 Sat -> pure ()
170168 other -> do
You can’t perform that action at this time.
0 commit comments