mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Increase the delay to wait before trying to close the dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,7 @@ class tipdlg_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_tipdlg1(self):
|
||||
tp = wx.adv.CreateFileTipProvider(tipFile, 0);
|
||||
wx.CallLater(25, self.closeDialogs)
|
||||
wx.CallLater(50, self.closeDialogs)
|
||||
wx.adv.ShowTip(self.frame, tp)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class tipdlg_Tests(wtc.WidgetTestCase):
|
||||
def GetTip(self):
|
||||
return "This is my tip"
|
||||
|
||||
wx.CallLater(25, self.closeDialogs)
|
||||
wx.CallLater(150, self.closeDialogs)
|
||||
wx.adv.ShowTip(self.frame, MyTipProvider(0))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user