sciabarracom opened a new issue, #162:
URL: https://github.com/apache/openserverless/issues/162
### Ⅰ. Issue Description
try to deploy an action with --timeout 600000
### Ⅱ. Describe what happened
```
$OPS action update agent41/wait packages/agent41/wait.zip --kind
python:default --web true --timeout 6000000
error: Unable to create action 'agent41/wait': The request content was
malformed:
requirement failed: duration 6000000 milliseconds exceeds allowed threshold
of 300000 milliseconds (code 938ee9d35e5583f74151d33844833bed)
```
### Ⅲ. Describe what you expected to happen
it should accept 6000000
### Ⅳ. How to reproduce it (as minimally and precisely as possible)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]