diff --git a/unittests/test_graphics.py b/unittests/test_graphics.py index fefe8ff4..877eeec6 100644 --- a/unittests/test_graphics.py +++ b/unittests/test_graphics.py @@ -40,6 +40,7 @@ class graphics_Tests(wtc.WidgetTestCase): panel = MyPanel(self.frame) self.myUpdate(panel) + self.waitFor(100) self.assertTrue(panel.painted) self.assertTrue(panel.gcIsOk)