Skip to content

Commit

Permalink
retry: cut down to 14 from 20
Browse files Browse the repository at this point in the history
I did some stats analysis a while ago, I think the odds at 14 runs of a
fail is as statistically signficant as 20? Sorry, don't remember the
math.
  • Loading branch information
niftynei committed Sep 9, 2022
1 parent 648596c commit 3d2c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash
cd lnprototest || exit
for i in range{0..20};
for i in range{0..14};
do
if make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner -n4 --dist=loadfile --log-cli-level=DEBUG'; then
echo "iteration $i succeeded"
Expand Down

0 comments on commit 3d2c4f0

Please sign in to comment.