Skip to content

Commit 79b4319

Browse files
committed
e2e: add sleep step back
1 parent 33e0872 commit 79b4319

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
-
131131
name: Check if the Project Prometheus Stack is up
132132
run: ./.github/workflows/e2e/scripts/validate-project-monitoring.sh;
133-
# -
134-
# name: Wait for 8 minutes for enough scraping to be done to continue
135-
# run: |
136-
# for i in {1..48}; do sleep 10; echo "Waited $((i*10)) seconds for metrics to be populated"...; done;
133+
-
134+
name: Wait for 8 minutes for enough scraping to be done to continue
135+
run: |
136+
for i in {1..48}; do sleep 10; echo "Waited $((i*10)) seconds for metrics to be populated"...; done;
137137
-
138138
name: Validate Project Prometheus Targets
139139
run: ./.github/workflows/e2e/scripts/validate-project-prometheus-targets.sh;

0 commit comments

Comments
 (0)