Skip to content

Commit

Permalink
delay test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkgo authored Jun 4, 2024
1 parent cfb0dee commit bd5ffec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ t2=$(docker exec test1 dig www.taobao.com @127.0.0.1 -p5301 A +short)
v4check "$t2" CN-5301
t3=$(docker exec test1 dig www.taobao.com @127.0.0.1 -p5302 A +short)
v4check "$t3" CN-5302
docker exec test1 dig www.taobao.com @127.0.0.1 -p5304 A
sleep 5
t4=$(docker exec test1 dig www.taobao.com @127.0.0.1 -p5304 A +short)
v4check "$t4" CN-5304
t5=$(docker exec test1 dig www.google.com @127.0.0.1 -p53 A +short)
Expand Down

0 comments on commit bd5ffec

Please sign in to comment.