Skip to content

Very large timeout values cause immediate render failures. #78

Description

@markstos

I happened to put in a huge timeout value to render as a way to express that it should never timeout, since I was debugging:

   timeout: 100000000000000000

Instead of getting the expected unlimited timeout, I got immediate failure. We should validate the timeout value before passing it on. Other invalid values cause immediate render failure as well:

timeout: "BOOM"

I'm not currently sure what the maximum allowed value for timeout is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions