Skip to content

Commit c4e86ad

Browse files
committed
test(batch): increase timeout
1 parent e2c1116 commit c4e86ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/weaviate/client6/v1/api/collections/batch/BatchContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public void test_maxReconnectRetries() throws Exception {
429429

430430
out.hangup();
431431
Assertions.assertThat(in.done)
432-
.completesExceptionallyWithin(5, TimeUnit.SECONDS);
432+
.completesExceptionallyWithin(10, TimeUnit.SECONDS);
433433

434434
Assertions.assertThatThrownBy(this::closeContext)
435435
.isInstanceOf(IOException.class)

0 commit comments

Comments
 (0)