You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/05/17 15:34:50 UTC

[incubator-openwhisk-package-alarms] branch master updated: increase wait time for maxTriggers test (#151)

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 <ja...@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
dubeejw@apache.org.