Skip to content

Commit

Permalink
sleep 90 minutes before running tests to test token rotation
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Linkhorst <[email protected]>
  • Loading branch information
linki committed Jan 14, 2020
1 parent 0940b38 commit 6344bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export AWS_IAM_ROLE="${LOCAL_ID}-e2e-aws-iam-test"
# TODO: make a feature of CLM --wait-for-kube-system
"./wait-for-update.py" --timeout 1200

# sleep 90 minutes
echo "sleep 90 minutes"
sleep 5400
# Run e2e tests
# * conformance tests
# * statefulset tests
Expand Down

0 comments on commit 6344bed

Please sign in to comment.