Show More
@@ -44,11 +44,11 b' def setup():' | |||||
44 | class TestView(ClusterTestCase, ParametricTestCase): |
|
44 | class TestView(ClusterTestCase, ParametricTestCase): | |
45 |
|
45 | |||
46 | def setUp(self): |
|
46 | def setUp(self): | |
47 | super(TestView, self).setUp() |
|
|||
48 | # On Win XP, wait for resource cleanup, else parallel test group fails |
|
47 | # On Win XP, wait for resource cleanup, else parallel test group fails | |
49 | if platform.system() == "Windows" and platform.win32_ver()[0] == "XP": |
|
48 | if platform.system() == "Windows" and platform.win32_ver()[0] == "XP": | |
50 | # 1 sec fails. 1.5 sec seems ok. Using 2 sec for margin of safety |
|
49 | # 1 sec fails. 1.5 sec seems ok. Using 2 sec for margin of safety | |
51 | time.sleep(2) |
|
50 | time.sleep(2) | |
|
51 | super(TestView, self).setUp() | |||
52 |
|
52 | |||
53 | def test_z_crash_mux(self): |
|
53 | def test_z_crash_mux(self): | |
54 | """test graceful handling of engine death (direct)""" |
|
54 | """test graceful handling of engine death (direct)""" |
General Comments 0
You need to be logged in to leave comments.
Login now