You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/04/19 10:03:17 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #26344: Increase the timeout in one of the loadtest suite.

tvalentyn commented on code in PR #26344:
URL: https://github.com/apache/beam/pull/26344#discussion_r1171117499


##########
.test-infra/jenkins/job_LoadTests_ParDo_Python.groovy:
##########
@@ -137,7 +137,7 @@ def addStreamingOptions(test) {
 
 def loadTestJob = { scope, triggeringContext, jobType ->
   scope.description("Runs Python ParDo load tests on Dataflow runner in ${jobType} mode")
-  commonJobProperties.setTopLevelMainJobProperties(scope, 'master', 120)
+  commonJobProperties.setTopLevelMainJobProperties(scope, 'master', 180)

Review Comment:
   ```suggestion
     commonJobProperties.setTopLevelMainJobProperties(scope, 'master', 200)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org