Github user yhuai commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11306#discussion_r53874350
  
    --- 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 --
    
    Seems we need to have a smaller number of `interval`. Right now, the number 
of internal and timeout are the same.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to