Skip to content

Commit cb6287b

Browse files
committed
fix: update default iterations in flakiness check script from 10 to 100
1 parent 40f3a0c commit cb6287b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/check_flaky_pgjson_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# Usage:
88
# ./ci/scripts/check_flaky_pgjson_test.sh [ITERATIONS]
99
#
10-
# Default: 10 iterations
10+
# Default: 100 iterations
1111

1212
set -euo pipefail
1313

14-
ITERATIONS="${1:-10}"
14+
ITERATIONS="${1:-100}"
1515
PASS=0
1616
FAIL=0
1717
RESULTS=()

0 commit comments

Comments
 (0)