File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ def invalidate_paths(
8686 The default value is 3000 which is the maximum number in official doc:
8787 https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#InvalidationLimits
8888 """
89- INPRO_W_SECS = 5
90- NEXT_W_SECS = 1
89+ INPRO_W_SECS = 10
90+ NEXT_W_SECS = 2
9191 real_paths = [paths ]
9292 # Split paths into batches by batch_size
9393 if batch_size :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dev = [
5252test = [
5353 " flexmock>=0.10.6" ,
5454 " responses>=0.9.0" ,
55- " pytest<=7.1.3 " ,
55+ " pytest<=8.4.1 " ,
5656 " pytest-cov" ,
5757 " pytest-html" ,
5858 " requests-mock" ,
Original file line number Diff line number Diff line change 11flexmock >= 0.10.6
22responses >= 0.9.0
3- pytest <= 7.1.3
3+ pytest <= 8.4.1
44pytest-cov
55pytest-html
66requests-mock
You can’t perform that action at this time.
0 commit comments