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.
1 parent 4dc7de3 commit 387f757Copy full SHA for 387f757
integration-tests/src/test/java/com/datastax/oss/driver/core/session/ShutdownIT.java
@@ -120,7 +120,7 @@ public void should_fail_requests_when_session_is_closed() throws Exception {
120
}
121
TimeUnit.MILLISECONDS.sleep(100);
122
session.forceCloseAsync();
123
- assertThat(gotSessionClosedError.await(1, TimeUnit.SECONDS))
+ assertThat(gotSessionClosedError.await(10, TimeUnit.SECONDS))
124
.as("Expected to get the 'Session is closed' error shortly after shutting down")
125
.isTrue();
126
requestExecutor.shutdownNow();
0 commit comments