thanhbv200585 commented on code in PR #1635:
URL: https://github.com/apache/james-project/pull/1635#discussion_r1254150678


##########
server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSubmissionSetMethodFutureReleaseContract.scala:
##########
@@ -297,8 +299,10 @@ trait EmailSubmissionSetMethodFutureReleaseContract {
       .body(request)
       .post
 
-    // Wait one second
-    updatableTickingClock.setInstant(DATE.plusSeconds(1))
+    // Wait ten seconds
+    updatableTickingClock.setInstant(DATE.plusSeconds(10))
+
+    Thread.sleep(5000)

Review Comment:
   Should I decrease the waiting time? I try to sleep 1s and tests are still 
correct



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to