diff --git a/lib/sasacore/sasArg.ml b/lib/sasacore/sasArg.ml index 3a9f473f1502cccad8125683d440dbb3312cc354..0df1320ed9677de462ddf8d84d8edbdb939cd408 100644 --- a/lib/sasacore/sasArg.ml +++ b/lib/sasacore/sasArg.ml @@ -1,4 +1,4 @@ -(* Time-stamp: <modified the 15/03/2019 (at 22:37) by Erwan> *) +(* Time-stamp: <modified the 28/03/2019 (at 10:40) by Erwan Jahier> *) type t = { @@ -29,7 +29,7 @@ let (make_args : unit -> t) = fun () -> { topo = ""; - length = 100; + length = 10000; verbose = 0; demon = Demon.Distributed; rif = false; diff --git a/test/Makefile.inc b/test/Makefile.inc index 865f5b1a0b4394434c8d856ecd2c526a56d98fd1..52d785e9214bd82fe31081b32edc4d02efb54c3f 100644 --- a/test/Makefile.inc +++ b/test/Makefile.inc @@ -1,7 +1,7 @@ -# Time-stamp: <modified the 26/03/2019 (at 17:47) by Erwan Jahier> +# Time-stamp: <modified the 28/03/2019 (at 10:33) by Erwan Jahier> DIR=../../_build/install/default -sasa=$(DIR)/bin/sasa -seed 42 +sasa=$(DIR)/bin/sasa -seed 42 -l 100 LIB=-I $(DIR)/lib/algo # LIB=-I +algo