Skip to content

Commit e671c86

Browse files
authored
chore: Update integration test workflow
1 parent 4f309a6 commit e671c86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/chart-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ jobs:
9191
EOF
9292
9393
# Install the chart
94-
helm install hyperdx-test ./charts/hdx-oss-v2 -f test-values.yaml --wait --timeout=10m
94+
helm install hyperdx-test ./charts/hdx-oss-v2 -f test-values.yaml --timeout=5m
95+
96+
# Give services time to initialize after pods are running
97+
echo "Waiting for services to initialize..."
98+
sleep 60
9599
96100
- name: Verify deployment
97101
run: |

0 commit comments

Comments
 (0)