Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Oct 1, 2024
1 parent 1c1b4c7 commit 1446cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-rollouts-manager-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ sanity_test_metrics_data() {

fi

if [[ "`expr $DELTA_SUCCESS_RECONCILES \> 250`" == "1" ]]; then
if [[ "`expr $DELTA_SUCCESS_RECONCILES \> 900`" == "1" ]]; then
# This value is arbitrary, and should be updated if at any point it becomes inaccurate (but first audit the test/code to make sure it is not an actual product/test issue, before increasing)

echo "Number of Reconcile calls that returned success $DELTA_SUCCESS_RECONCILES was greater than the expected value"
Expand Down

0 comments on commit 1446cef

Please sign in to comment.