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
(cherry picked from commit 372ef6e)
  • Loading branch information
TrekkieCoder committed May 24, 2023
1 parent 8de0911 commit 090e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/httpsep/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function health() {
$hexec l3ep2 ./server/server -host server2 -key 32.32.32.1/key.pem -cert 32.32.32.1/cert.pem -cacert minica.pem $opt &
$hexec l3ep3 ./server/server -host server3 -key 33.33.33.1/key.pem -cert 33.33.33.1/cert.pem -cacert minica.pem $opt &

sleep 10
sleep 30
code=0
j=0
waitCount=0
Expand Down

0 comments on commit 090e1e7

Please sign in to comment.