You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/14 14:18:21 UTC

[GitHub] [incubator-shenyu] impactCn commented on a diff in pull request #3559: [type: test]: Add unit test for mqtt plugin

impactCn commented on code in PR #3559:
URL: https://github.com/apache/incubator-shenyu/pull/3559#discussion_r896821584


##########
shenyu-plugin/shenyu-plugin-mqtt/src/test/java/org/apache/shenyu/plugin/mqtt/handler/MqttPluginDataHandlerTest.java:
##########
@@ -56,7 +54,7 @@ public void testEnableConfiguration() {
                 + "}", "0", true);
         mqttPluginDataHandlerUnderTest.handlerPlugin(enablePluginData);
         assertTrue(isPortUsing());
-
+        Thread.sleep(5000);

Review Comment:
   remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org