Skip to content

Commit

Permalink
make shaky test less shaky
Browse files Browse the repository at this point in the history
  • Loading branch information
danischroeter committed Oct 17, 2023
1 parent b5ce20d commit fa247e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa247e5

Please sign in to comment.