Skip to content

Commit

Permalink
chore: template network name
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jun 19, 2024
1 parent a32968d commit 5f9b5ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ jobs:
kubectl apply -f performance/$THIS_TEST/network.yaml
- name: Wait for bootstrap to complete
timeout-minutes: 6
timeout-minutes: 8
run: |
set -exo pipefail
sleep 30
sleep 60
kubectl wait --for=condition=ready \
--timeout=240s \
pod/ceramic-0-0 \
-n ${THIS_TEST_NAMESPACE}
sleep 30
sleep 60
kubectl wait --for=condition=complete \
--timeout=120s \
job/bootstrap \
Expand Down

0 comments on commit 5f9b5ae

Please sign in to comment.