Skip to content

Commit

Permalink
fix: initial DNS timeout issue (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Aug 28, 2024
1 parent 52ab85e commit bb64c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ml-testing-toolkit-cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ restartPolicy: Never

## Bash script for TTK CLI
script: |
until nslookup github.com; do sleep 5;done;
echo "Downloading the test collection...";
wget {{ .Values.config.testCasesZipUrl }} -O downloaded-test-collections.zip;
mkdir tmp_test_cases;
Expand Down

0 comments on commit bb64c02

Please sign in to comment.