Skip to content

Commit e38ffcb

Browse files
committed
Bump up timeout
1 parent 5504b83 commit e38ffcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codeclash/games/abstract.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def get_environment(self, branch_name: str | None = None) -> DockerEnvironment:
136136
"PIP_PROGRESS_BAR": "off",
137137
"TQDM_DISABLE": "1",
138138
},
139+
container_timeout="3h",
139140
)
140141
# Logger setting will likely not take effect for initial container creation logs
141142
environment.logger = get_logger("environment", emoji="🪴")

0 commit comments

Comments
 (0)