From 320f5d3a3ea4b67116d8df9741ba580519c819ae Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Mon, 28 Oct 2024 15:58:48 +0100 Subject: [PATCH] Bump repetition count to 50 --- dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune b/dune index 3e6f5dae..5cacf3a7 100644 --- a/dune +++ b/dune @@ -61,7 +61,7 @@ (write-file hoped "") (write-file failed-runs "") (bash - "for i in `seq 20`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done") + "for i in `seq 50`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done") ; edit the previous line to focus on a particular seed (diff failed-runs hoped)))))