We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cfc81e + 6a5f8a5 commit 03fccd6Copy full SHA for 03fccd6
1 file changed
test/net/integration/microLB/test.py
@@ -16,8 +16,7 @@
16
expected_string = "#" * 1024 * 1024 * 50
17
18
def validateRequest(addr):
19
- response = requests.get('https://10.0.0.68:443', verify=False)
20
- #print (response.content)
+ response = requests.get('https://10.0.0.68:443', verify=False, timeout=5)
21
return (response.content) == str(addr) + expected_string
22
23
# start nodeJS
0 commit comments