Skip to content

Commit c800731

Browse files
committed
overriding other test so I can run new test
1 parent 1fe00d8 commit c800731

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/eks-performance-cluster-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ jobs:
152152
- name: Install Sample Application
153153
uses: nick-fields/retry@v2
154154
with:
155-
max_attempts: 3
156-
timeout_minutes: 5
155+
max_attempts: 2
156+
timeout_minutes: 20
157157
command: |
158158
cd test/performance/eks/resources
159159
kubectl apply -f petclinic-sample-app
160160
echo "Waiting 15 minutes for the application to initialize..."
161-
sleep 900
161+
sleep 60
162162
163163
- name: Run Performance Test
164164
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)