diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index c025f7d..5d07f6e 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -110,6 +110,8 @@ } $test_list = simpletest_script_get_test_list(); +// Limit to testing only 62 classes. +$test_list = array_slice($test_list, 0, 62, TRUE); // Try to allocate unlimited time to run the tests. drupal_set_time_limit(0);