You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/24 21:57:48 UTC

[GitHub] tysonnorris commented on a change in pull request #4207: Parameterize Invocations per Minute limit

tysonnorris commented on a change in pull request #4207: Parameterize Invocations per Minute limit
URL: https://github.com/apache/incubator-openwhisk/pull/4207#discussion_r250792930
 
 

 ##########
 File path: tools/travis/runSystemTests.sh
 ##########
 @@ -19,18 +19,18 @@
 
 set -e
 
-SCRIPTDIR=$(cd $(dirname "$0") && pwd)
+SCRIPTDIR=$(cd "$(dirname "$0")" && pwd)
 ROOTDIR="$SCRIPTDIR/../.."
 
 cd $ROOTDIR/tools/travis
 
 export ORG_GRADLE_PROJECT_testSetName="REQUIRE_SYSTEM"
 export GRADLE_COVERAGE=true
 
-./setupPrereq.sh /ansible/files/runtimes-nodeonly.json
+./setupPrereq.sh /ansible/files/runtimes-nodeonly.json 240
 
 Review comment:
   The current default is 60 - won't setting this to 240 cause any tests that might rely on 60 to fail?
   When does travis run on 'faster' machines? Is there an example failure at https://travis-ci.org/apache/incubator-openwhisk/?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services