summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/testcases/sleeptest.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/testing/testcases/sleeptest.py')
-rw-r--r--buildscripts/resmokelib/testing/testcases/sleeptest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/resmokelib/testing/testcases/sleeptest.py b/buildscripts/resmokelib/testing/testcases/sleeptest.py
index 4f5f695937f..f521ecea870 100644
--- a/buildscripts/resmokelib/testing/testcases/sleeptest.py
+++ b/buildscripts/resmokelib/testing/testcases/sleeptest.py
@@ -20,8 +20,8 @@ class SleepTestCase(interface.TestCase):
sleep_duration_secs = int(sleep_duration_secs)
- interface.TestCase.__init__(
- self, logger, "Sleep", "{:d} seconds".format(sleep_duration_secs))
+ interface.TestCase.__init__(self, logger, "Sleep",
+ "{:d} seconds".format(sleep_duration_secs))
self.__sleep_duration_secs = sleep_duration_secs