Can I dynamic change a timeout in the script? #758
Closed
d3m3vilurr
started this conversation in
General
Replies: 3 comments 3 replies
-
self answer;
would override timeout to 500ms but supporting overriding option is good for making the scripts for example
|
Beta Was this translation helpful? Give feedback.
0 replies
-
also using should work and only changes timeout for this request
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I have now simplified it and standardized it for all request types (http, grpc, websocket). You can either set the property |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to test infinity gRPC server stream.
my case, target RPC just return one response then never be disconnect.
when I pass the timeout value, request will stop after the this time correctly, but I want share a script with my team members who use vscode-httpyac without any option changes
do you have a plan about this?
Beta Was this translation helpful? Give feedback.
All reactions