chibenwa commented on code in PR #1635:
URL: https://github.com/apache/james-project/pull/1635#discussion_r1254087195
##########
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:
Can we find other solutions than such a looooong wait time? Why do we need
to wait for?
##########
server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSubmissionSetMethodFutureReleaseContract.scala:
##########
@@ -712,6 +744,7 @@ trait EmailSubmissionSetMethodFutureReleaseContract {
.body(request)
.post
+ Thread.sleep(5000)
Review Comment:
Can we find other solutions than such a looooong wait time? Why do we need
to wait for?
--
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]