mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Revert "raise timer seuqnce on open settings dialog test (in case that's why it's segfaulting in Travis)"
This reverts commit 22e5667842
.
This commit is contained in:
parent
22e5667842
commit
497cd4fbdd
@ -19,7 +19,7 @@ class LocalOpenSettingsDialogTest(unittest.TestCase, GuiShareTest):
|
||||
self.run_all_common_setup_tests()
|
||||
self.run_all_share_mode_setup_tests()
|
||||
# Make sure we can open the settings dialog via the settings button
|
||||
QtCore.QTimer.singleShot(4000, self.accept_dialog)
|
||||
QtCore.QTimer.singleShot(1000, self.accept_dialog)
|
||||
QtTest.QTest.mouseClick(self.gui.settings_button, QtCore.Qt.LeftButton)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user