--- title: "[bojemoi] fix(nuclei): increase scan timeout 600→1200s" date: 2026-06-28T22:52:32+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 627460f par Betty dans bojemoi" author: "Betty" --- ## Commit `627460f` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `627460f39547d21f20f1e9eaadc3a5e2aacc1d97` | ### Description Scans were timing out after exactly 10 min because thearm_nuclei sent timeout=600 to nuclei-api, which passed it directly to subprocess.run(). Doubled to 1200s to match SCAN_TIMEOUT (polling deadline) and give nuclei enough time to complete on hosts with multiple open ports. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_nuclei ``` ### Diff Summary ``` borodino/thearm_nuclei | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ```