Skip to content

Commit

Permalink
ci: update test_sites (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Aug 21, 2020
1 parent 0b2fa41 commit 9bca4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/http_head/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def sleeper():
def main():
global stack
local_addr = ("localhost", str(fake_slow_http_server.PORT))
test_sites = (local_addr, ("msn.com", "80"), ("taobao.com", "80"),
test_sites = (local_addr, ("google.com", "80"), ("twitter.com", "80"),
("douban.com", "80"), ("github.com", "80"))
for fn in [python_http_head_check, c_http_head_check]:
stack = []
Expand Down

0 comments on commit 9bca4dc

Please sign in to comment.