Skip to content

Commit

Permalink
Increase sleep time between MAVEN tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jan 15, 2025
1 parent abaea1f commit b65f6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas/projects/maven/tests/uri_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
os.environ["AWS_ENDPOINT_URL"] = localhost

# We need sleep time to avoid "HTTP Error 429: Too Many Requests"
sleep_time = 30
sleep_time = 45

class LoadTestCases(unittest.TestCase):
"""
Expand Down

0 comments on commit b65f6e6

Please sign in to comment.