From cf55a89816be82ecd19edc1d739801464600ebca Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 9 Aug 2024 13:58:20 -0700 Subject: [PATCH] Ups the max query time so that all tests pass --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8116da1c0..6c53bdc95 100644 --- a/pytest.ini +++ b/pytest.ini @@ -25,4 +25,4 @@ env = EMAIL_HOST_PASSWORD = EMAIL_USE_TLS = true ENABLE_PREVIEW_IMAGES = false - MAX_QUERY_DURATION = 0.005 + MAX_QUERY_DURATION = 0.007