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

dubeejw pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 408e643  increase wait time for maxTriggers test (#151)
408e643 is described below

commit 408e643ccb281b929b8529d19e793c3fc3f9bf5d
Author: Jason Peterson <jason...@us.ibm.com>
AuthorDate: Thu May 17 11:34:48 2018 -0400

    increase wait time for maxTriggers test (#151)
---
 tests/src/test/scala/system/packages/AlarmsFeedTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/system/packages/AlarmsFeedTests.scala 
b/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
index b5bf6d3..131d52a 100644
--- a/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
+++ b/tests/src/test/scala/system/packages/AlarmsFeedTests.scala
@@ -78,7 +78,7 @@ class AlarmsFeedTests
             }
 
             // get activation list of the trigger
-            val activations = wsk.activation.pollFor(N = 4, 
Some(triggerName)).length
+            val activations = wsk.activation.pollFor(N = 4, Some(triggerName), 
retries = 30).length
             println(s"Found activation size: $activations")
             activations should be(3)
     }

-- 
To stop receiving notification emails like this one, please contact
dube...@apache.org.

Reply via email to