Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'autostop_timer'

This commit is contained in:
Miguel Jacq 2019-03-25 15:05:54 +11:00
parent f6f5ff0b7e
commit a4c8865dcd
65 changed files with 573 additions and 573 deletions

View file

@ -9,7 +9,7 @@ class LocalReceiveModeTimerTest(unittest.TestCase, GuiReceiveTest):
def setUpClass(cls):
test_settings = {
"public_mode": False,
"shutdown_timeout": True,
"autostop_timer": True,
}
cls.gui = GuiReceiveTest.set_up(test_settings)