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 14:33:14 UTC

[incubator-openwhisk-cli] branch master updated: Wait for 2 minutes for logs. (#299)

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new edb9597  Wait for 2 minutes for logs. (#299)
edb9597 is described below

commit edb959707aa0082ddb12d09596d019770dcabaf5
Author: Christian Bickel <gi...@cbickel.de>
AuthorDate: Thu May 17 16:33:12 2018 +0200

    Wait for 2 minutes for logs. (#299)
---
 tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala b/tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala
index 245e955..94a6ce5 100644
--- a/tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala
@@ -400,7 +400,7 @@ class WskCliBasicUsageTests extends TestHelpers with WskTestHelpers {
             be("this is stdout\nthis is stderr\n") or
               be("this is stderr\nthis is stdout\n")
           }
-        }, 10, Some(1.second))
+        }, 120, Some(1.second))
       }
   }
 

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