Skip to content

Commit 8dca940

Browse files
authored
Merge pull request #503 from bf2fc6cc711aee1a0c2a/kafka-scripts-download-timeout
increase timeout for connecion and read of kafka scripts binaries
2 parents 4d7b699 + 91783ef commit 8dca940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/managed/services/test/cli/KafkaScripts.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ public void downloadAndExtractKafkaScripts() throws IOException, InterruptedExce
9696
FileUtils.copyURLToFile(
9797
new URL(kafkaURLString),
9898
source.toFile(),
99-
10000,
100-
10000);
99+
30000,
100+
30000);
101101

102102
LOGGER.info("extract binaries");
103103

0 commit comments

Comments
 (0)