Skip to content

Commit

Permalink
chore(weave): increase CI test timeout (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen authored Jan 14, 2025
1 parent d6017bb commit 0c46cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/trace/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def test_import_not_slow(monkeypatch):

import_time = run_single_import()

# Ideally the import takes < 1s, but in CI it can take up to 4s.
assert import_time < 4, f"Import time was {import_time} seconds"
# Ideally the import takes < 1s, but in CI it can take up to 5s.
assert import_time < 5, f"Import time was {import_time} seconds"

0 comments on commit 0c46cab

Please sign in to comment.