Increase sleep time in testsuite to make it more robust

This helps on loaded machines (and such fix the build on s390 in
openSUSE).
Thanks to R. Oertel for providing the fix.

Change-Id: Ia6b9c8f32e2a9d5c2cec826ec26959fba125e181
This commit is contained in:
Thomas Bechtold 2018-03-19 10:41:28 +01:00
parent bed1d627ff
commit 3e9e78fc7e
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ class MutateTestCase(BaseTestCase):
mock_fileConfig.reset_mock()
# No thread sync going on here, just ensure the mtimes are different
time.sleep(0.1)
time.sleep(1)
os.utime(logini, None)
self.CONF.mutate_config_files()