You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/06/17 12:33:10 UTC

[flink] 01/03: [FLINK-16795][e2e] Increase e2e execution timeout +20m

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 6a5213ee605297687ec4b8a2f872df05cd4921a3
Author: Robert Metzger <rm...@apache.org>
AuthorDate: Wed Jun 17 13:34:23 2020 +0200

    [FLINK-16795][e2e] Increase e2e execution timeout +20m
---
 tools/azure-pipelines/jobs-template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/azure-pipelines/jobs-template.yml b/tools/azure-pipelines/jobs-template.yml
index 0efb1a2..2930f31 100644
--- a/tools/azure-pipelines/jobs-template.yml
+++ b/tools/azure-pipelines/jobs-template.yml
@@ -152,7 +152,7 @@ jobs:
   #condition: or(eq(variables['MODE'], 'e2e'), eq(${{parameters.run_end_to_end}}, 'true'))
   # We are running this in a separate pool
   pool: ${{parameters.e2e_pool_definition}}
-  timeoutInMinutes: 240
+  timeoutInMinutes: 260
   cancelTimeoutInMinutes: 1
   workspace:
     clean: all