Fix CI failures in network tests

This commit is contained in:
Ruihan Li
2024-12-10 14:54:36 +08:00
committed by Tate, Hongliang Tian
parent 00e3688aa8
commit fbe7734a5c

View File

@ -10,17 +10,25 @@ cd ${NETTEST_DIR}
echo "Start network test......"
./tcp_server &
sleep 0.2
./tcp_client
./udp_server &
sleep 0.2
./udp_client
./unix_server &
sleep 0.2
./unix_client
./http_server &
sleep 0.2
./http_client
./socketpair
./sockoption
./listen_backlog
./send_buf_full
./http_server &
./http_client
./tcp_err
./tcp_poll
./udp_err