From 4df1fff64559e5ff6e17de72e754f39ed23e2165 Mon Sep 17 00:00:00 2001 From: Anshuman Goel Date: Mon, 2 Nov 2020 10:15:50 -0800 Subject: [PATCH] Updating timeout to 5 min (#237) --- src/api-service/__app__/host.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api-service/__app__/host.json b/src/api-service/__app__/host.json index 592f8c770..b3f10d5a5 100644 --- a/src/api-service/__app__/host.json +++ b/src/api-service/__app__/host.json @@ -29,5 +29,6 @@ "batchSize": 32, "maxDequeueCount": 5 } - } -} \ No newline at end of file + }, + "functionTimeout": "00:05:00" +}