mrutkows commented on a change in pull request #1101:
URL:
https://github.com/apache/openwhisk-wskdeploy/pull/1101#discussion_r469574129
##########
File path: tests/dat/manifest_data_compose_actions_for_limits.yaml
##########
@@ -21,7 +21,6 @@ packages:
hello1:
function: ../src/integration/helloworld/actions/hello.js
limits:
- timeout: 1
timeout: 600000
Review comment:
The value was not intended to be 60 seconds... just testing input
matches output against some larger (max) value. Here 10 minutes... The current
(default) doc. max is 300000; we could change this, but this is a parser test
(no validation is performed at this phase).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]