summaryrefslogtreecommitdiff
path: root/tradefed_cluster/command_task_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tradefed_cluster/command_task_api.py')
-rw-r--r--tradefed_cluster/command_task_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradefed_cluster/command_task_api.py b/tradefed_cluster/command_task_api.py
index df3b376..46d6e17 100644
--- a/tradefed_cluster/command_task_api.py
+++ b/tradefed_cluster/command_task_api.py
@@ -229,7 +229,7 @@ class CommandTaskApi(remote.Service):
# what we have, instead of risking allocating tasks only for Tradefed not to
# receive it.
# TODO: Consider removing if we've fully mitigated the issue.
- deadline = Now() + datetime.timedelta(seconds=50)
+ deadline = Now() + datetime.timedelta(seconds=45)
for task in leasable_tasks:
if Now() > deadline:
break