Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timeouts for invocations on the command line.
When we use the chalice app in tests, we override the timeout. When we use the chalice app on lambda, the timeout is valid. However, in the current version of chalice we're using, calling `get_remaining_time_in_millis()` throws an exception when not run in a lambda. If we get something unexpected (0 or None), we default to sys.maxsize.
- Loading branch information