Skip to content

Commit

Permalink
increase default-timeout to 1wk
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Sep 10, 2024
1 parent 90e8bf0 commit 1b48bed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ readonly DEFAULT_GCSFUSE_BRANCH=garnitin/add-gke-load-testing/v1
readonly DEFAULT_GCSFUSE_MOUNT_OPTIONS="implicit-dirs"
# Test runtime configuration
readonly DEFAULT_INSTANCE_ID=${USER}-$(date +%Y%m%d-%H%M%S)
# 5 minutes
readonly DEFAULT_POD_WAIT_TIME_IN_SECONDS=300
readonly DEFAULT_POD_TIMEOUT_IN_SECONDS=3600
# 1 week
readonly DEFAULT_POD_TIMEOUT_IN_SECONDS=604800

function printHelp() {
echo "Usage guide: "
Expand Down

0 comments on commit 1b48bed

Please sign in to comment.