Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_import_giskard.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from time import time

# As of 17.01.2024. The import of giskard takes about 2.5-3 seconds on a 2021 MacBook Pro.
IMPORT_TIME_THRESHOLD_SECOND = 6
IMPORT_TIME_THRESHOLD_SECOND = 7


def test_import_giskard():
Expand Down