diff --git a/_tests/managed_tests/tests/QITE2ETestCase.php b/_tests/managed_tests/tests/QITE2ETestCase.php index 70ed0620..5ba253b1 100644 --- a/_tests/managed_tests/tests/QITE2ETestCase.php +++ b/_tests/managed_tests/tests/QITE2ETestCase.php @@ -467,7 +467,7 @@ protected function normalize_count( int $count ): int { echo "{$count}\n"; } } else { - $normalize_to_closest = 5000; + $normalize_to_closest = 10000; if ( $count % $normalize_to_closest === 0 ) { echo "Skipping normalization as it's already divisible by $normalize_to_closest\n"; } else { diff --git a/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_php82_woorc_php82_wpstable_b23dfeb910e3a66fc64cf81023cfeaea__1.php b/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_php82_woorc_php82_wpstable_b23dfeb910e3a66fc64cf81023cfeaea__1.php index dc8afca8..47706ba3 100644 --- a/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_php82_woorc_php82_wpstable_b23dfeb910e3a66fc64cf81023cfeaea__1.php +++ b/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_php82_woorc_php82_wpstable_b23dfeb910e3a66fc64cf81023cfeaea__1.php @@ -2844,7 +2844,7 @@ "debug_log": { "generic": [ { - "count": "15000", + "count": "10000", "message": "PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-mail-logging domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in \\/var\\/www\\/html\\/wp-includes\\/functions.php on line 6114" } ] diff --git a/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_woorc_php74_wprc_818ebdd6b04d0991fd37d3414ff14307__1.php b/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_woorc_php74_wprc_818ebdd6b04d0991fd37d3414ff14307__1.php index 8435a768..bc735fa3 100644 --- a/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_woorc_php74_wprc_818ebdd6b04d0991fd37d3414ff14307__1.php +++ b/_tests/managed_tests/tests/__snapshots__/Wooe2eTest__test_woo_e2e_no_op_woorc_php74_wprc_818ebdd6b04d0991fd37d3414ff14307__1.php @@ -2844,7 +2844,7 @@ "debug_log": { "generic": [ { - "count": "15000", + "count": "10000", "message": "PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-mail-logging domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in \\/var\\/www\\/html\\/wp-includes\\/functions.php on line 6114" } ]