We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b77a7b + e334fc7 commit 4ea8c18Copy full SHA for 4ea8c18
connector/src/it/scala/com/datastax/spark/connector/SparkCassandraITFlatSpecBase.scala
@@ -129,7 +129,7 @@ trait SparkCassandraITSpecBase
129
*/
130
//For Auth Clusters we have to wait for the default User before a connection will work
131
if (sparkConf.contains(DefaultAuthConfFactory.PasswordParam.name)) {
132
- eventually(timeout(Span(60, Seconds))) {
+ eventually(timeout(Span(120, Seconds))) {
133
CassandraConnector(sparkConf).withSessionDo(session => assert(session != null))
134
}
135
0 commit comments