Skip to content

Commit

Permalink
Bump timeout to 300s to allow for additional time loading and preppin…
Browse files Browse the repository at this point in the history
…g data
  • Loading branch information
msschwartz21 committed Nov 7, 2024
1 parent d328182 commit d330c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from traccuracy.metrics import CTCMetrics, DivisionMetrics

ROOT_DIR = Path(__file__).resolve().parents[1]
TIMEOUT = 30
TIMEOUT = 300


@pytest.fixture(scope="function")
Expand Down

1 comment on commit d330c07

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE ba122c7 Mean (s) HEAD d330c07 Percent Change

Please sign in to comment.