Skip to content

Commit bcdc404

Browse files
committed
fix in aws gpu test ci
1 parent 44113e8 commit bcdc404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-gpu-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
if: env.SKIP_INSTALL != 'true'
237237
run: |
238238
kubectl port-forward svc/prometheus-dz-prometheus-server 9090:80 -n devzero-zxporter &
239-
sleep 5
239+
sleep 10
240240
result=$(curl -s "http://localhost:9090/api/v1/query?query=DCGM_FI_DEV_SM_CLOCK" | jq -r '.data.result')
241241
if [[ -z "$result" || "$result" == [] ]]; then
242242
echo "DCGM_FI_DEV_SM_CLOCK metric not found!"

0 commit comments

Comments
 (0)