Github user thomastechs commented on a diff in the pull request:
https://github.com/apache/spark/pull/11306#discussion_r53888781
--- Diff:
docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala
---
@@ -112,7 +112,7 @@ abstract class DockerJDBCIntegrationSuite
// Start the container and wait until the database can accept JDBC
connections:
docker.startContainer(containerId)
jdbcUrl = db.getJdbcUrl(dockerIp, externalPort)
- eventually(timeout(60.seconds), interval(1.seconds)) {
+ eventually(timeout(200.seconds), interval(200.seconds)) {
--- End diff --
Sure; A build is already in progress, I guess I can commit after that
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]