Skip to content
Snippets Groups Projects
Commit 3319d071 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Increasing timeout for w3af client connection to 20s

parent 700696a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment