fix: increase GoTestWAF timeout from 120s to 300s to prevent timeout on slower targets

This commit is contained in:
administrator 2026-04-29 09:06:23 +00:00
parent c09d266f02
commit 2ba2bd6c76
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -10,7 +10,7 @@ import (
) )
const ( const (
gotestwafTimeout = 120 * time.Second gotestwafTimeout = 300 * time.Second
) )
// RunGoTestWAF executes GoTestWAF scan against the given target domain. // RunGoTestWAF executes GoTestWAF scan against the given target domain.

View file

@ -62,7 +62,7 @@
<div class="text-sm font-semibold text-slate-200" id="title2">WAF Penetration Test</div> <div class="text-sm font-semibold text-slate-200" id="title2">WAF Penetration Test</div>
<div class="text-xs text-slate-500" id="desc2">GoTestWAF scanning the selected subdomain</div> <div class="text-xs text-slate-500" id="desc2">GoTestWAF scanning the selected subdomain</div>
</div> </div>
<div class="text-xs text-slate-600 shrink-0">10-120s</div> <div class="text-xs text-slate-600 shrink-0">10-300s</div>
</div> </div>
<!-- Step 3: AI Resilience Narrative --> <!-- Step 3: AI Resilience Narrative -->