Skip to content

Commit

Permalink
chore(weave): Increase import test time #3272
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Dec 17, 2024
1 parent 322d7fb commit 2fd1196
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 3s.
assert import_time < 3, f"Import time was {import_time} seconds"
# 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"

0 comments on commit 2fd1196

Please sign in to comment.