wu-sheng commented on a change in pull request #3016: Add e2e cluster tests
URL: https://github.com/apache/skywalking/pull/3016#discussion_r303233700
##########
File path:
test/e2e/e2e-single-service/src/test/java/org/apache/skywalking/e2e/SampleVerificationITCase.java
##########
@@ -111,7 +100,7 @@ public void verify() throws Exception {
);
assertThat(responseEntity.getStatusCode()).isEqualTo(HttpStatus.OK);
- Thread.sleep(5000);
+ Thread.sleep(20000);
Review comment:
I think we could do a re-try here. Do it every 20s, but we could try 5
times, in case of unexpected failure. What do you think?
----------------------------------------------------------------
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