Skip to content

Commit

Permalink
Add comment in timing
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Nov 28, 2023
1 parent b363764 commit b1c7054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/tests/test_db_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_get_statements_strict_stop_short():

@pytest.mark.nonpublic
def test_get_statements_strict_stop_long():
timeout = 40
timeout = 40 # Typically 20-30 s when slow/uncached
start = datetime.now()
p = dbr.get_statements("VEGF", timeout=timeout, strict_stop=True)
end = datetime.now()
Expand Down

0 comments on commit b1c7054

Please sign in to comment.