Implement resource deadlock detection for new scheduler (#12961)

This commit is contained in:
Eric Liang
2020-12-18 12:17:54 -08:00
committed by GitHub
parent 5cfa1934e4
commit 92812f2e8a
11 changed files with 244 additions and 45 deletions
+1 -1
View File
@@ -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 = []