fix tests
This commit is contained in:
parent
20ba04c4ce
commit
21ab52c62b
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -111,7 +111,7 @@ try:
|
||||||
if local_ready and server_ready and p3 is None:
|
if local_ready and server_ready and p3 is None:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
p3 = Popen(['curl', 'http://www.example.com/', '-v', '-L',
|
p3 = Popen(['curl', 'http://www.example.com/', '-v', '-L',
|
||||||
'--socks5-hostname', '127.0.0.1:1080'], shell=False,
|
'--socks5-hostname', '127.0.0.1:1081'], shell=False,
|
||||||
bufsize=0, close_fds=True)
|
bufsize=0, close_fds=True)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue