File fix_arm.patch of Package python-cotyledon
diff -purN cotyledon-1.7.1.orig/cotyledon/tests/test_functional.py cotyledon-1.7.1/cotyledon/tests/test_functional.py
--- cotyledon-1.7.1.orig/cotyledon/tests/test_functional.py 2018-11-28 10:41:31.460088479 +0100
+++ cotyledon-1.7.1/cotyledon/tests/test_functional.py 2018-11-28 10:42:43.416679180 +0100
@@ -341,9 +341,9 @@ class TestBadlyCodedCotyledon(Base):
@unittest.skipIf(os.name != 'posix', 'no posix support')
def test_badly_coded(self):
- time.sleep(0.5)
+ time.sleep(2)
self.subp.terminate()
- time.sleep(0.5)
+ time.sleep(2)
self.assertEqual(0, self.subp.poll(), self.get_lines())
self.assertFalse(pid_exists(self.subp.pid))