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 16:09:50 UTC

[servicecomb-pack] branch SCB-1321 updated: SCB-1321 Fixed test case only for CI

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

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


The following commit(s) were added to refs/heads/SCB-1321 by this push:
     new d93ba54  SCB-1321 Fixed test case only for CI
d93ba54 is described below

commit d93ba544fb347cf22c1ab2ba5121afe227f80c99
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Sat Jul 6 00:09:30 2019 +0800

    SCB-1321 Fixed test case only for CI
---
 .../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 20ff8df..0ebe52f 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;
       }
     });