Skip to content

Commit c8f79e7

Browse files
committed
Change: Wait up to 90 retries for model
1 parent 4f9bcdf commit c8f79e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeclash/agents/minisweagent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from codeclash.agents.utils import GameContext
1515
from codeclash.utils.environment import copy_to_container
1616

17-
os.environ["MSWEA_MODEL_RETRY_STOP_AFTER_ATTEMPT"] = "30"
17+
os.environ["MSWEA_MODEL_RETRY_STOP_AFTER_ATTEMPT"] = "90"
1818

1919

2020
class ClashAgent(DefaultAgent):

0 commit comments

Comments
 (0)