mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
Implement resource deadlock detection for new scheduler (#12961)
This commit is contained in:
@@ -414,7 +414,7 @@ def init_error_pubsub():
|
||||
return p
|
||||
|
||||
|
||||
def get_error_message(pub_sub, num, error_type=None, timeout=5):
|
||||
def get_error_message(pub_sub, num, error_type=None, timeout=20):
|
||||
"""Get errors through pub/sub."""
|
||||
start_time = time.time()
|
||||
msgs = []
|
||||
|
||||
Reference in New Issue
Block a user