EJTTianYu commented on a change in pull request #2398:
URL: https://github.com/apache/iotdb/pull/2398#discussion_r552447341
##########
File path:
server/src/test/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessorTest.java
##########
@@ -582,6 +582,11 @@ public void testMerge()
}
processor.syncCloseAllWorkingTsFileProcessors();
+ try {
+ Thread.sleep(1000);
+ } catch (InterruptedException e) {
+ e.printStackTrace();
+ }
Review comment:
using a sleep method to control the CI may be not a good idea...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]