diff --git a/w3af-plugin.patch b/w3af-plugin.patch
index 90e6fa4a17a29e9b9822f4869e1fc290ec27c05d..c6af1f2422570e963a82e476ea4e242cd650f904 100644
--- a/w3af-plugin.patch
+++ b/w3af-plugin.patch
@@ -2,6 +2,10 @@
 <     proc = subprocess.Popen([cmd])
 ---
 >     proc = subprocess.Popen([cmd, "--no-ssl"])
+51c51
+<     conn = Connection('http://127.0.0.1:5000/')
+---
+>     conn = Connection('http://127.0.0.1:5000/', timeout=20)
 76c76
 <     main()
 \ No newline at end of file