From b9619645d7e066e072225ae75e9d2b1cb02fd2f3 Mon Sep 17 00:00:00 2001 From: liferoad Date: Fri, 12 Apr 2024 10:51:09 -0400 Subject: [PATCH] Increase the timeout value for LeaderBoard example on DataflowRunner --- release/src/main/groovy/MobileGamingCommands.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/main/groovy/MobileGamingCommands.groovy b/release/src/main/groovy/MobileGamingCommands.groovy index 39f526d7da83..d1fd1d8319a8 100644 --- a/release/src/main/groovy/MobileGamingCommands.groovy +++ b/release/src/main/groovy/MobileGamingCommands.groovy @@ -30,7 +30,7 @@ class MobileGamingCommands { SparkRunner: "spark-runner", FlinkRunner: "flink-runner"] - public static final EXECUTION_TIMEOUT_IN_MINUTES = 20 + public static final EXECUTION_TIMEOUT_IN_MINUTES = 40 // Lists used to verify team names generated in the LeaderBoard example. // This list should be kept sync with COLORS in org.apache.beam.examples.complete.game.injector.Injector.