This is an automated email from the ASF dual-hosted git repository.
seanyinx pushed a commit to branch SCB-100_async_support
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/SCB-100_async_support by this
push:
new 06d63f8 SCB-100 extended timeout to avoid test failure
06d63f8 is described below
commit 06d63f8d688154e3931a60ff3e33715a519ec3de
Author: seanyinx <[email protected]>
AuthorDate: Thu Jan 4 09:48:02 2018 +0800
SCB-100 extended timeout to avoid test failure
Signed-off-by: seanyinx <[email protected]>
---
.../saga/omega/transaction/spring/TransactionInterceptionTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/omega/omega-spring-tx/src/test/java/org/apache/servicecomb/saga/omega/transaction/spring/TransactionInterceptionTest.java
b/omega/omega-spring-tx/src/test/java/org/apache/servicecomb/saga/omega/transaction/spring/TransactionInterceptionTest.java
index 9597c6c..26b2de3 100644
---
a/omega/omega-spring-tx/src/test/java/org/apache/servicecomb/saga/omega/transaction/spring/TransactionInterceptionTest.java
+++
b/omega/omega-spring-tx/src/test/java/org/apache/servicecomb/saga/omega/transaction/spring/TransactionInterceptionTest.java
@@ -257,7 +257,7 @@ public class TransactionInterceptionTest {
}
private void waitTillSavedUser(String username) {
- await().atMost(500, MILLISECONDS).until(() ->
userRepository.findByUsername(username) != null);
+ await().atMost(1000, MILLISECONDS).until(() ->
userRepository.findByUsername(username) != null);
}
private static class UserServiceActor extends AbstractLoggingActor {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].