Add more delays in badbehavior core test

This commit is contained in:
Théophile Diot 2023-09-04 15:52:43 +02:00
parent 040d447145
commit 3a02c0ca5c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -50,9 +50,9 @@ try:
"http://www.example.com/?id=/etc/passwd",
headers={"Host": "www.example.com"},
)
sleep(1)
sleep(1.5)
sleep(1)
sleep(3)
status_code = get(
f"http://www.example.com",