You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g. I'm always frustrated when ...
I'm having a problem testing the timeout feature of my request handlers
Describe the solution you'd like
A clear and concise description of what you want to happen.
An ability to test the fact that a TimeoutHandler actually times out.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Tried to see if intercept functionality could help but doesn't appear to be able to wrap a handler with a timeouthandler
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Hey @davidsonff, thanks for the request. Just trying to understand what you would like to test on your side...
An example might help. Are you trying to force a timeout of a handler? Wondering if you could just wrap a handler in a custom middleware which sleeps, which could be incorporated into apitest, e.g.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g. I'm always frustrated when ...
I'm having a problem testing the timeout feature of my request handlers
Describe the solution you'd like
A clear and concise description of what you want to happen.
An ability to test the fact that a TimeoutHandler actually times out.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Tried to see if intercept functionality could help but doesn't appear to be able to wrap a handler with a timeouthandler
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: