Skip to content

Commit e73c22d

Browse files
committed
redusing the extreme rate limiting breaks in test
1 parent 428bdcb commit e73c22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_caldav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def testInviteAndRespond(self):
554554
## inbox/outbox?
555555

556556

557-
def _delay_decorator(f, t=60):
557+
def _delay_decorator(f, t=10):
558558
def foo(*a, **kwa):
559559
time.sleep(t)
560560
return f(*a, **kwa)

0 commit comments

Comments
 (0)