mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
runtime(eval): increase runtime status request timeout for sessions (#5619)
This commit is contained in:
parent
6db32025b4
commit
d6a2c4b167
@ -149,7 +149,7 @@ class RemoteRuntime(Runtime):
|
||||
'GET',
|
||||
f'{self.config.sandbox.remote_runtime_api_url}/sessions/{self.sid}',
|
||||
is_retry=False,
|
||||
timeout=5,
|
||||
timeout=30,
|
||||
) as response:
|
||||
data = response.json()
|
||||
status = data.get('status')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user