diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 19:00:48 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 19:00:48 +0200 |
commit | 497f56c3e1b276fb9499833da0cebfb3b756d03b (patch) | |
tree | 16aa1bcec46f863d2ff4f3f57a789d7171c13fe0 /tools/python_test_v4.py | |
parent | 6c673c6b052cd5b18ba5b1f83137485431666730 (diff) | |
download | gitlab-497f56c3e1b276fb9499833da0cebfb3b756d03b.tar.gz |
test: increase speed by disabling the rate limit faster
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 61fcd43..d0689dc 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -843,9 +843,9 @@ for i in range(20, 40): error_message = e.error_message break assert "Retry later" in error_message -[current_project.delete() for current_project in projects] settings.throttle_authenticated_api_enabled = False settings.save() +[current_project.delete() for current_project in projects] # project import/export ex = admin_project.exports.create({}) |