Skip to content

Commit 73bf60d

Browse files
authored
Increase NeurIPS challenge HTTP client timeout to 5 minutes (stanford-crfm#1807)
1 parent a107b3f commit 73bf60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/proxy/clients/http_model_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(
2828
self,
2929
cache_config: CacheConfig,
3030
base_url: str = "http://localhost:8080",
31-
timeout: int = 10,
31+
timeout: int = 300,
3232
do_cache: bool = False,
3333
):
3434
self.cache: Optional[Cache] = Cache(cache_config) if do_cache else None

0 commit comments

Comments
 (0)