Skip to content

Commit f84bce8

Browse files
committed
Changed number of attempts untill evaluation
1 parent 6e0cc1d commit f84bce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

render_machine/render_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
MAX_FUNCTIONAL_REQUIREMENT_RENDER_ATTEMPTS_FAILED_UNIT_DURING_CONFORMANCE_TESTS = 2
3131
# After this many failed conformance-test fix attempts, step back and evaluate whether the initial
3232
# implementation code and/or the rendered conformance tests were lacking, instead of attempting yet another fix.
33-
CONFORMANCE_TEST_EVALUATION_ATTEMPT = 4
33+
CONFORMANCE_TEST_EVALUATION_ATTEMPT = 5
3434
# Maximum number of implementation evaluations per functionality (bounds re-implementation/regeneration loops
3535
# across FRID restarts, since the running context is rebuilt on every restart).
36-
MAX_CONFORMANCE_EVALUATION_ATTEMPTS = 2
36+
MAX_CONFORMANCE_EVALUATION_ATTEMPTS = 1
3737

3838

3939
class RenderContext:

0 commit comments

Comments
 (0)