mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue