Skip to content

Commit

Permalink
gh-265 Fixes for fast liveness check on ep creation - CICD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed May 18, 2023
1 parent 99cef56 commit d9908f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cicd/sctpfullnat/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ep=( "10.0.3.10" "10.0.3.11" )
$hexec ep1 ../common/sctp_server ${ep[0]} 38412 server1 >/dev/null 2>&1 &
$hexec ep2 ../common/sctp_server ${ep[1]} 38412 server2 >/dev/null 2>&1 &

sleep 5
sleep 20

code=0
j=0
waitCount=0
Expand Down

0 comments on commit d9908f2

Please sign in to comment.