Skip to content

Commit

Permalink
Change agent for get_statements_strict_stop_long in test_db_rest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Nov 28, 2023
1 parent 7ae2a5e commit b363764
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 @@ -288,9 +288,9 @@ def test_get_statements_strict_stop_short():

@pytest.mark.nonpublic
def test_get_statements_strict_stop_long():
timeout = 31
timeout = 40
start = datetime.now()
p = dbr.get_statements("TNF", timeout=timeout, strict_stop=True)
p = dbr.get_statements("VEGF", timeout=timeout, strict_stop=True)
end = datetime.now()
sleep(5)
assert not p.is_working()
Expand Down

0 comments on commit b363764

Please sign in to comment.