From 755762f1d0fbefee7d5839b249477bdb88694122 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Wed, 30 May 2018 12:21:14 -0400 Subject: [PATCH] Increase limit for RandomString test_overlapping_classes I've seen two gate failures, with means of 12.80 and 12.85. With the previous bug 1757300 present the mean would have been around 26, so increasing the limit to 13.3 is pretty safe. Change-Id: Ifc8badbdfef423a58f6378a28ddc5c5b90853c56 --- heat/tests/openstack/heat/test_random_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/tests/openstack/heat/test_random_string.py b/heat/tests/openstack/heat/test_random_string.py index 2de0c7b03d..81df3f5c5e 100644 --- a/heat/tests/openstack/heat/test_random_string.py +++ b/heat/tests/openstack/heat/test_random_string.py @@ -348,7 +348,7 @@ Resources: ''' results = self.run_test(template_rs, 20) - self.check_stats(self.char_counts(results, '0'), 10.3, 2.5) + self.check_stats(self.char_counts(results, '0'), 10.3, 3) def test_overlapping_sequences(self): template_rs = '''