taojintianxia commented on code in PR #24545:
URL: https://github.com/apache/shardingsphere/pull/24545#discussion_r1133541408


##########
test/e2e/suite/src/test/java/org/apache/shardingsphere/test/e2e/engine/ral/GeneralRALE2EIT.java:
##########
@@ -59,7 +59,7 @@ private void assertResultSet(final Statement statement) 
throws SQLException, Par
             assertResultSet(statement, getSQL());
         } else {
             statement.execute(getSQL());
-            sleep();
+            sleep(2000);

Review Comment:
   why not use awaitility ?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to