Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make shaky test less shaky
Browse files Browse the repository at this point in the history
danischroeter committed Oct 17, 2023
1 parent b5ce20d commit 27802d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ class CassandraClientTracingInstrumentationSpec

session.execute(query).iterator().asScala.foreach(_ => ())

eventually(timeout(10 seconds)) {
eventually(timeout(20 seconds)) {
val spans = testSpanReporter().spans()
val clientSpan = spans.find(span => span.operationName == QueryOperations.QueryOperationName)
val executionSpans = spans.filter(span => span.operationName == QueryOperations.ExecutionOperationName)

0 comments on commit 27802d6

Please sign in to comment.