Skip to content

Commit

Permalink
Bump repetition count to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Oct 28, 2024
1 parent 355944b commit 320f5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))

Expand Down

0 comments on commit 320f5d3

Please sign in to comment.