aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/timeout/timeout_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests/timeout/timeout_test.py')
-rw-r--r--tests/report_tests/timeout/timeout_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/report_tests/timeout/timeout_test.py b/tests/report_tests/timeout/timeout_test.py
index cfb148d7..8bc5ae61 100644
--- a/tests/report_tests/timeout/timeout_test.py
+++ b/tests/report_tests/timeout/timeout_test.py
@@ -15,7 +15,6 @@ class TimeoutTest(Plugin, IndependentPlugin):
short_desc = 'Tests timeout functionality in test suite'
plugin_timeout = 100
-
def setup(self):
self.add_cmd_output('sleep 15')
self.add_cmd_output('echo I slept great', suggest_filename='echo_good')