Skip to content

Commit

Permalink
Adding commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
doggydogworld authored and github-actions committed Oct 31, 2024
1 parent 1e0271d commit c9dc1d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.assets/charts/smoke_tests/01_pam/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
#
# If teleport is still up when the timeout expires, then we're
# probably OK
#
# A timeout of 20s is set to account for potentially slow startup times.
# QEMU eumlation may slow startup time for some platforms and during that
# time the process won't shutdown gracefully resulting in a nonzero code.
timeout --preserve-status 20s docker run --platform $1 --rm --entrypoint /usr/local/bin/teleport -v "$(pwd):/etc/teleport" $2 start -c /etc/teleport/config.yaml

0 comments on commit c9dc1d7

Please sign in to comment.