Skip to content

Commit

Permalink
chore: wait longer for DNS to resolve?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Mar 2, 2022
1 parent c3f782f commit b100e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ echo "Running tests..."
echo "Deploying the test fixture..."
kubectl apply -f terraform/modules/provision/2048_fixture.yml

echo "Waiting 3 minutes for the workload to start and the DNS entry to be created..."
sleep 180
echo "Waiting 10 minutes for the workload to start and the DNS entry to be created..."
sleep 600

export TEST_HOST=ingress-2048.${DOMAIN_NAME}
export TEST_URL=https://${TEST_HOST}
Expand Down

0 comments on commit b100e11

Please sign in to comment.