You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by zh...@apache.org on 2019/07/05 15:56:07 UTC

[servicecomb-pack] branch forTest updated: Just to verify CI issues

This is an automated email from the ASF dual-hosted git repository.

zhanglei pushed a commit to branch forTest
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/forTest by this push:
     new 2700d21  Just to verify CI issues
2700d21 is described below

commit 2700d21a57cb00decd55f398f8b792078952b84f
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Fri Jul 5 23:55:27 2019 +0800

    Just to verify CI issues
---
 .../apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java b/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
index af1ad38..1a8f326 100644
--- a/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
+++ b/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
@@ -240,7 +240,6 @@ public class TransactionAspectTest {
       @Override
       public Object answer(InvocationOnMock invocationOnMock) throws Throwable {
         System.setSecurityManager(new AccessRejectionSecurityManager(main));
-        Thread.sleep(5000);
         return null;
       }
     });