From 6c828413074ac87eab680283c49b652f6adee260 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 19 Jun 2024 16:47:16 -0400 Subject: [PATCH] chore: template network name --- .github/workflows/run-performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-performance.yaml b/.github/workflows/run-performance.yaml index fd994fb..4e0db0a 100644 --- a/.github/workflows/run-performance.yaml +++ b/.github/workflows/run-performance.yaml @@ -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 \