Skip to content

Commit

Permalink
Try a slightly less prominent agent
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 19, 2024
1 parent 3c232fb commit bd9a6c9
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 @@ -58,7 +58,7 @@ def test_bigger_request():

@pytest.mark.nonpublic
def test_timeout_no_persist_nfkb():
resp = dbr.get_statements(agents=["NFkappaB@FPLX"], persist=False, timeout=0)
resp = dbr.get_statements(agents=["STAT5@FPLX"], persist=False, timeout=0)
assert resp.is_working(), "Lookup resolved too fast."
resp.wait_until_done(70)
assert len(resp.statements) > 0.9*EXPECTED_BATCH_SIZE, len(resp.statements)
Expand All @@ -67,7 +67,7 @@ def test_timeout_no_persist_nfkb():
@pytest.mark.nonpublic
def test_timeout_no_persist_type_object():
resp = dbr.get_statements(stmt_type='phosphorylation',
object="NFkappaB@FPLX",
object="STAT5@FPLX",
persist=False,
timeout=0)
assert resp.is_working(), "Lookup resolved too fast."
Expand Down

0 comments on commit bd9a6c9

Please sign in to comment.