Skip to content
Snippets Groups Projects
Commit f7dd4d10 authored by Michele Alberti's avatar Michele Alberti
Browse files

[verification] Bump default timeout to 20 seconds.

parent 2c20190b
No related branches found
No related tags found
No related merge requests found
...@@ -210,10 +210,11 @@ let create_env ?(debug = false) loadpath = ...@@ -210,10 +210,11 @@ let create_env ?(debug = false) loadpath =
let config = Autodetect.autodetection ~debug () in let config = Autodetect.autodetection ~debug () in
let config = let config =
let main = Whyconf.get_main config in let main = Whyconf.get_main config in
let dft_timelimit = 20 (* 20 seconds *) in
let dft_memlimit = 4000 (* 4 GB *) in let dft_memlimit = 4000 (* 4 GB *) in
let main = let main =
Whyconf.( Whyconf.(
set_limits main (timelimit main) dft_memlimit (running_provers_max main)) set_limits main dft_timelimit dft_memlimit (running_provers_max main))
in in
Whyconf.set_main config main Whyconf.set_main config main
in in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment