time out in dsl #5156
time out in dsl
#5156
Replies: 3 comments 1 reply
|
@exploit-io , you need to use timeout request annotation (ex: you known that this operation takes 10 sec) then you set max timeout to allow using @timeout annotation and use FYI , this is not working in latest release due to a issue but is fixed/resolved in linked PR |
1 reply
|
I have an additional question: How can I set the timeout inside fuzzing template? |
0 replies
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
0 replies
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 have a template, which may cause request time out
I want
nucleito log the time outed requests for me in thematchers, How can I do that?All reactions