diff --git a/physical/cassandra/cassandra_test.go b/physical/cassandra/cassandra_test.go index 86cca984f8..cd30248547 100644 --- a/physical/cassandra/cassandra_test.go +++ b/physical/cassandra/cassandra_test.go @@ -78,7 +78,7 @@ func prepareCassandraTestContainer(t *testing.T) (func(), string) { cluster := gocql.NewCluster("127.0.0.1") p, _ := strconv.Atoi(resource.GetPort("9042/tcp")) cluster.Port = p - cluster.Timeout = 5 * time.Second + cluster.Timeout = 15 * time.Second sess, err := cluster.CreateSession() if err != nil { return err