wu-sheng commented on a change in pull request #4335: Provide profile analyze 
query
URL: https://github.com/apache/skywalking/pull/4335#discussion_r376780784
 
 

 ##########
 File path: 
test/e2e/e2e-profile/e2e-profile-service/src/main/java/org/apache/skywalking/e2e/profile/TestController.java
 ##########
 @@ -45,8 +45,8 @@ public User createAuthor(@RequestBody final CreateUser 
createUser) throws Interr
         if (!createUser.getEnableProfiling()) {
             return user;
         } else {
-            // sleep 10 second
-            TimeUnit.SECONDS.sleep(10);
+            // sleep 200 milliseconds
+            TimeUnit.MILLISECONDS.sleep(6200);
 
 Review comment:
   `200` or `6200`?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to