Skip to content

Commit 1422265

Browse files
committed
Increase prepared statement caching timeout further
1 parent 35f8a00 commit 1422265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/src/test/java/com/datastax/oss/driver/core/cql/PreparedStatementCachingIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private void invalidationTestInner(
272272
// Isolated Cassandra and Scylla runners can lag long enough in CI that the removal callback
273273
// arrives late.
274274
await()
275-
.atMost(15, TimeUnit.MINUTES)
275+
.atMost(18, TimeUnit.MINUTES)
276276
.untilAsserted(
277277
() -> {
278278
assertThat(removedQueryIds.get()).isNotEmpty().get().isEqualTo(queryId2);

0 commit comments

Comments
 (0)