Skip to content

Commit

Permalink
add sleep to end of job to give time to exec into job if need be
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedqk committed May 13, 2022
1 parent 2037ee7 commit 012ca37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perf_test/runHowitzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ python3 -m perf_test.scripts.scraper -r results -s summary -c $CONFIG_FILE
# -k configs/kingdom.dict -p persistent-results
# emphasize "K6 TESTS ARE COMPLETE. Use the following command to copy to your CWD."
# echo "kubectl cp ${POD_NAME}:output.md ./output.md && kubectl cp ${POD_NAME}:summary.json ./summary.json"

# Add a sleep at the end of the job to give time to exec into pods if need be
sleep 120

0 comments on commit 012ca37

Please sign in to comment.