You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:19:34 UTC

[sling-org-apache-sling-testing-osgi-mock] 05/12: @no-jira : test failed with a timeout on jenkins - tring with 2sec timeout

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

rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-1.5.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git

commit a69eb1b18b3f5a34e72980ca21877af2d554ef89
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Jun 29 10:09:02 2015 +0000

    @no-jira : test failed with a timeout on jenkins - tring with 2sec timeout
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1688174 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/testing/mock/osgi/MockEventAdminTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/testing/mock/osgi/MockEventAdminTest.java b/src/test/java/org/apache/sling/testing/mock/osgi/MockEventAdminTest.java
index 795c656..4f46611 100644
--- a/src/test/java/org/apache/sling/testing/mock/osgi/MockEventAdminTest.java
+++ b/src/test/java/org/apache/sling/testing/mock/osgi/MockEventAdminTest.java
@@ -100,7 +100,7 @@ public class MockEventAdminTest {
         assertEquals(ImmutableList.of(EVENT_OTHER_3), eventHandlerAll.getReceivedEvents());
     }
 
-    @Test(timeout = 1000)
+    @Test(timeout = 2000)
     public void testPostEvents() {
         EventAdmin eventAdmin = context.getService(EventAdmin.class);
         eventAdmin.postEvent(EVENT_SAMPLE_2);

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.