From c06b85ee7b19dd23c0395d01de7e82d7908c311a Mon Sep 17 00:00:00 2001 From: kkaris Date: Thu, 30 Nov 2023 08:10:59 -0800 Subject: [PATCH] Update time for test_simple_request --- indra/tests/test_db_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/tests/test_db_rest.py b/indra/tests/test_db_rest.py index e7247af626..c068adc1bc 100644 --- a/indra/tests/test_db_rest.py +++ b/indra/tests/test_db_rest.py @@ -27,7 +27,7 @@ def __check_request(seconds, *args, **kwargs): @pytest.mark.nonpublic def test_simple_request(): - __check_request(6, 'MAP2K1', 'MAPK1', stmt_type='Phosphorylation') + __check_request(15, 'MAP2K1', 'MAPK1', stmt_type='Phosphorylation') @pytest.mark.nonpublic