Skip to content

Commit

Permalink
Update src/halmos/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: karmacoma <karma@coma.lol>
  • Loading branch information
daejunpark and karmacoma-eth authored Dec 4, 2024
1 parent 129381b commit a59f03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def future_callback(future_model):
if done == total:
break
status.update(f"solving: {done} / {total}")
time.sleep(1)
time.sleep(0.1)

if args.early_exit:
thread_pool.shutdown(wait=False, cancel_futures=True)
Expand Down

0 comments on commit a59f03c

Please sign in to comment.