Merge pull request #135 from swt2c/fix_helpwnd_test

Fix helpwnd test - need to wait a bit longer for window to be realized
This commit is contained in:
Robin Dunn
2016-08-13 12:29:42 -07:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ class helpwnd_Tests(wtc.WidgetTestCase):
hc.AddBook(os.path.join(helpPath, 'another.hhp'))
self.frame.SendSizeEvent()
self.myYield()
self.waitFor(50)
#---------------------------------------------------------------------------