Skip to content

Commit ee916de

Browse files
committed
fix: update default iterations in flakiness check script from 100 to 200
1 parent 22d7da8 commit ee916de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/check_flaky_pgjson_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
set -euo pipefail
1313

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

0 commit comments

Comments
 (0)