We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0cc1d commit f84bce8Copy full SHA for f84bce8
1 file changed
render_machine/render_context.py
@@ -30,10 +30,10 @@
30
MAX_FUNCTIONAL_REQUIREMENT_RENDER_ATTEMPTS_FAILED_UNIT_DURING_CONFORMANCE_TESTS = 2
31
# After this many failed conformance-test fix attempts, step back and evaluate whether the initial
32
# implementation code and/or the rendered conformance tests were lacking, instead of attempting yet another fix.
33
-CONFORMANCE_TEST_EVALUATION_ATTEMPT = 4
+CONFORMANCE_TEST_EVALUATION_ATTEMPT = 5
34
# Maximum number of implementation evaluations per functionality (bounds re-implementation/regeneration loops
35
# across FRID restarts, since the running context is rebuilt on every restart).
36
-MAX_CONFORMANCE_EVALUATION_ATTEMPTS = 2
+MAX_CONFORMANCE_EVALUATION_ATTEMPTS = 1
37
38
39
class RenderContext:
0 commit comments