Commit e8102fd5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1924eb89
...@@ -144,8 +144,8 @@ class AmariTestCase(_AmariTestCase): ...@@ -144,8 +144,8 @@ class AmariTestCase(_AmariTestCase):
default_partition_reference = _AmariTestCase.default_partition_reference + \ default_partition_reference = _AmariTestCase.default_partition_reference + \
' ${a:b}\n[c]\n;' ' ${a:b}\n[c]\n;'
# faster edit/try cycle during development # faster edit/try cycle when enabled (handy during development)
if 1: # XXX disable by default if 0:
instance_max_retry = 1 instance_max_retry = 1
report_max_retry = 1 report_max_retry = 1
......
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