From 970fae99785f229f65759de551b1b4d1c35010b7 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 30 Dec 2021 11:48:53 -0500 Subject: [PATCH] Delay on graphics test --- unittests/test_graphics.py | 1 + 1 file changed, 1 insertion(+) 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)