diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index c8fd185..cad1642 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -113,8 +113,8 @@ $test_list = simpletest_script_get_test_list(); if (in_array('Drupal\Tests\outside_in\FunctionalJavascript\OutsideInBlockFormTest', $test_list)) { - // Do the test 50 times. - $test_list = array_fill(0, 50, 'Drupal\Tests\outside_in\FunctionalJavascript\OutsideInBlockFormTest'); + // Do the test 100 times. + $test_list = array_fill(0, 100, 'Drupal\Tests\outside_in\FunctionalJavascript\OutsideInBlockFormTest'); } else { $test_list = [];