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