Skip to content

Commit

Permalink
Update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Nov 30, 2023
1 parent c06b85e commit ed10f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indra/tests/test_db_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ def __check_request(seconds, *args, **kwargs):

@pytest.mark.nonpublic
def test_simple_request():
__check_request(15, 'MAP2K1', 'MAPK1', stmt_type='Phosphorylation')
__check_request(40, 'MAP2K1', 'MAPK1', stmt_type='Phosphorylation')


@pytest.mark.nonpublic
def test_request_for_complex():
__check_request(30, agents=['MEK@FPLX', 'ERK@FPLX'], stmt_type='Complex')
__check_request(70, agents=['MEK@FPLX', 'ERK@FPLX'], stmt_type='Complex')


@pytest.mark.nonpublic
Expand Down

0 comments on commit ed10f1e

Please sign in to comment.