Commit 281cc148 authored by Romain Courteaud's avatar Romain Courteaud

software/htmlvalidatorserver: ensure instanciation is fast

parent 4d14cd1b
......@@ -38,6 +38,11 @@ setUpModule, InstanceTestCase = makeModuleSetUpAndTestCaseClass(
class TestHtmlValidatorServer(InstanceTestCase):
# Instanciation must only use one partition and must work immediately
instance_max_retry = 1
report_max_retry = 0
partition_count = 1
def test(self):
parameter_dict = self.computer_partition.getConnectionParameterDict()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment