gaborgsomogyi commented on a change in pull request #28893:
URL: https://github.com/apache/spark/pull/28893#discussion_r444094020
##########
File path:
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala
##########
@@ -155,7 +155,7 @@ abstract class DockerJDBCIntegrationSuite extends
SharedSparkSession with Eventu
docker.startContainer(containerId)
jdbcUrl = db.getJdbcUrl(dockerIp, externalPort)
var conn: Connection = null
- eventually(timeout(2.minutes), interval(1.second)) {
+ eventually(timeout(7.minutes), interval(1.second)) {
Review comment:
Hmmm, just read back the situation.
[Here](https://github.com/apache/spark/pull/28893#discussion_r443809246) I've
read 5 minutes what I've thought is a bit small so changed the code manually.
Just seen your effort which contains 10 minutes :) Sorry...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]