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

stefanegli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git


The following commit(s) were added to refs/heads/master by this push:
     new fb84d55  SLING-7778 : increase test timeout
fb84d55 is described below

commit fb84d55fc8de806182a70b4fdc5affe4891f8b74
Author: Stefan Egli <[email protected]>
AuthorDate: Tue Jul 17 11:09:48 2018 +0200

    SLING-7778 : increase test timeout
---
 src/test/java/org/apache/sling/event/it/SchedulingTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/event/it/SchedulingTest.java 
b/src/test/java/org/apache/sling/event/it/SchedulingTest.java
index 4107a3b..980e694 100644
--- a/src/test/java/org/apache/sling/event/it/SchedulingTest.java
+++ b/src/test/java/org/apache/sling/event/it/SchedulingTest.java
@@ -114,7 +114,7 @@ public class SchedulingTest extends AbstractJobHandlingTest 
{
             Thread.sleep(1);
         }
         logger.info("schedulingLoadTest: done, letting jobs be triggered, 
currently at {} jobs, {} schedules", counter.get(), 
this.getJobManager().getScheduledJobs().size());
-        final long timeout = System.currentTimeMillis() + 30000;
+        final long timeout = System.currentTimeMillis() + 60000;
         while(System.currentTimeMillis() < timeout) {
             if ((counter.get() == NUM_ITERATIONS) && 
(this.getJobManager().getScheduledJobs().size() == 0)) {
                 break;

Reply via email to