Skip to content

Commit 0a64f85

Browse files
committed
adding 30s to labeler performance as it may vary depending on the amount of time for label import. this should be updated since we changed how label creation is done via tests now
1 parent 6146c7a commit 0a64f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_labeler_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def test_labeler_performance(configured_project_with_label):
1313
assert isinstance(my_performance.last_activity_time, datetime)
1414
now_utc = datetime.now().astimezone(timezone.utc)
1515
assert timedelta(0) < now_utc - my_performance.last_activity_time < \
16-
timedelta(seconds=30)
16+
timedelta(seconds=60)

0 commit comments

Comments
 (0)