You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/30 18:04:56 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #24428: [CdapIO] Update read timeout for SparkReceiverIOIT job

Abacn commented on code in PR #24428:
URL: https://github.com/apache/beam/pull/24428#discussion_r1036291724


##########
.test-infra/jenkins/job_PerformanceTests_SparkReceiverIO_IT.groovy:
##########
@@ -66,7 +66,7 @@ job(jobName) {
     influxHost                    : InfluxDBCredentialsHelper.InfluxDBHostUrl,
     rabbitMqBootstrapServerAddress: "amqp://guest:guest@\$${rabbitMqHostName}:5672",
     streamName                    : 'rabbitMqTestStream',
-    readTimeout                   : '900',
+    readTimeout                   : '3000',

Review Comment:
   ```suggestion
       readTimeout                   : '1800',
   ```



##########
.test-infra/jenkins/job_PerformanceTests_SparkReceiverIO_IT.groovy:
##########
@@ -66,7 +66,7 @@ job(jobName) {
     influxHost                    : InfluxDBCredentialsHelper.InfluxDBHostUrl,
     rabbitMqBootstrapServerAddress: "amqp://guest:guest@\$${rabbitMqHostName}:5672",
     streamName                    : 'rabbitMqTestStream',
-    readTimeout                   : '900',
+    readTimeout                   : '3000',

Review Comment:
   bump x2 should suffice.



-- 
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