From b65f6e66912234b4c38bcb23df2975a40cf63cf8 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Wed, 15 Jan 2025 13:36:28 -0800 Subject: [PATCH] Increase sleep time between MAVEN tests --- pyspedas/projects/maven/tests/uri_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyspedas/projects/maven/tests/uri_tests.py b/pyspedas/projects/maven/tests/uri_tests.py index 53439bc4..d02bbb70 100644 --- a/pyspedas/projects/maven/tests/uri_tests.py +++ b/pyspedas/projects/maven/tests/uri_tests.py @@ -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): """