Skip to content

Commit

Permalink
Increase the timeout value for LeaderBoard example on DataflowRunner (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad authored Apr 12, 2024
1 parent be7d84d commit 65032ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/main/groovy/MobileGamingCommands.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65032ce

Please sign in to comment.