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 6da12e3 commit 2a1e37aCopy full SHA for 2a1e37a
integration-tests/src/test/java/com/datastax/oss/driver/core/session/ShutdownIT.java
@@ -118,7 +118,7 @@ public void should_fail_requests_when_session_is_closed() throws Exception {
118
}
119
});
120
121
- TimeUnit.MILLISECONDS.sleep(100);
+ TimeUnit.MILLISECONDS.sleep(1000);
122
session.forceCloseAsync();
123
assertThat(gotSessionClosedError.await(10, TimeUnit.SECONDS))
124
.as("Expected to get the 'Session is closed' error shortly after shutting down")
0 commit comments