python-botocore/botocore-1.19.53-bucket-threshhold.patch
DistroBaker a2b7c6dba2 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-botocore.git#3829d139176d07ad75f243a47eae760cd996fc8c
2021-01-14 15:03:24 +00:00

9 lines
541 B
Diff

--- tests/functional/retries/test_bucket.py~ 2021-01-12 13:04:04.000000000 -0600
+++ tests/functional/retries/test_bucket.py 2021-01-13 13:41:25.177245044 -0600
@@ -106,4 +106,4 @@
# can sanity check that our implementation isn't drastically
# starving a thread. So we'll arbitrarily say that a thread
# can't have less than 20% of the mean allocations per thread.
- self.assertTrue(not any(x < (0.2 * mean) for x in distribution))
+ self.assertTrue(not any(x < (0.3 * mean) for x in distribution))