From fc5d8f4500eb1b6f4a0551fe95ebbebc0e126548 Mon Sep 17 00:00:00 2001 From: Demogorgon314 Date: Sat, 23 Dec 2023 18:52:41 +0800 Subject: [PATCH] Try fix --- .../integration/loadbalance/ExtensibleLoadManagerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java index 372da915610ee3..d6a51597d44b0a 100644 --- a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java +++ b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/loadbalance/ExtensibleLoadManagerTest.java @@ -267,7 +267,7 @@ public void testDeleteNamespace() throws Exception { assertFalse(result.getStdout().contains(namespace)); } - @Test(timeOut = 40 * 1000) + @Test(timeOut = 120 * 1000) public void testStopBroker() throws Exception { String topicName = "persistent://" + DEFAULT_NAMESPACE + "/test-stop-broker-topic";