Revert "Reduce number of tests run in art-gcstress-gcverify."

This reverts commit 4f64fbb782987e48f67bae24fec12719482de97f.

Reason for revert: The initial issue (timeout on build bots) should
have been addressed by https://android-review.googlesource.com/635812.

Bug: 74196452
Bug: 74225325
Change-Id: Ibbbd3f8747f57d0e00bc4bc960eb5b4dc1fa22e0
Test: Start ./test/testrunner/run_build_test_target.py -j30 art-gcstress-gcverif
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py
index 2c433af..9d03775 100644
--- a/test/testrunner/target_config.py
+++ b/test/testrunner/target_config.py
@@ -69,13 +69,7 @@
         }
     },
     'art-gcstress-gcverify': {
-        # Don't include --interpreter, because it takes too long to run all
-        # the tests on the build bot (b/74225325)
-        'run-test': ['--interp-ac',
-                     '--jit',
-                     '--optimizing',
-                     '--speed-profile',
-                     '--gcstress',
+        'run-test': ['--gcstress',
                      '--gcverify'],
         'env' : {
             'ART_USE_READ_BARRIER' : 'false',