mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-01 12:44:21 -04:00
Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'autostop_timer'
This commit is contained in:
parent
49285e047c
commit
c411e8d61a
65 changed files with 573 additions and 573 deletions
|
@ -139,6 +139,6 @@ class GuiReceiveTest(GuiBaseTest):
|
|||
"""Auto-stop timer tests in receive mode"""
|
||||
self.run_all_receive_mode_setup_tests(public_mode)
|
||||
self.set_timeout(self.gui.receive_mode, 5)
|
||||
self.timeout_widget_hidden(self.gui.receive_mode)
|
||||
self.autostop_timer_widget_hidden(self.gui.receive_mode)
|
||||
self.server_timed_out(self.gui.receive_mode, 15000)
|
||||
self.web_server_is_stopped()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue