Skip to content

Commit

Permalink
test: increase speed by disabling the rate limit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Jul 21, 2019
1 parent 6c673c6 commit 497f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python_test_v4.py
Expand Up @@ -843,9 +843,9 @@
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({})
Expand Down

0 comments on commit 497f56c

Please sign in to comment.