You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "taojintianxia (via GitHub)" <gi...@apache.org> on 2023/03/13 07:43:41 UTC

[GitHub] [shardingsphere] taojintianxia commented on a diff in pull request #24545: Fix GeneralRALE2EIT test error

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: notifications-unsubscribe@shardingsphere.apache.org

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