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 3a3265b commit 6c82841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
set -exo pipefail
# runtime is in minutes
sleep $((${SIMULATION_RUNTIME} * 60 + 60))
sleep $((${SIMULATION_RUNTIME} * 60))
kubectl wait --for=condition=complete \
--timeout=120s \
job/simulate-manager \
Expand Down

0 comments on commit 6c82841

Please sign in to comment.