Skip to content

Commit 692b146

Browse files
committed
chore: reduce sleep for prom to 20s
1 parent 26a8d83 commit 692b146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,16 @@ jobs:
309309
# Enable logs for debugging
310310
#docker run --name prometheus -v $(pwd):/etc/prometheus -p 9090:9090 --link pushgateway:pushgateway prom/prometheus:latest --config.file=/etc/prometheus/prometheus.yml --web.listen-address=:9090 --log.level=debug
311311
docker run -d --name prometheus -v $(pwd):/etc/prometheus -p 9090:9090 --link pushgateway:pushgateway prom/prometheus:latest --config.file=/etc/prometheus/prometheus.yml --web.listen-address=:9090 > prom.log 2>&1
312-
sleep 500
312+
sleep 20
313313
# Uncomment for troubleshooting.
314314
printf '\n*****************\n'
315315
printf '\n curl e2e_cpu_seconds_total \n'
316316
curl http://localhost:9090/api/v1/query?query=e2e_cpu_seconds_total
317-
printf '\n*****************\n'
318-
printf '\n send_failures_total \n'
319-
curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_queue_send_failures_total'
320-
printf '\n*****************\n'
321-
printf '\n storage_retries_total \n'
322-
curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_retries_total'
317+
#printf '\n*****************\n'
318+
#printf '\n send_failures_total \n'
319+
#curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_queue_send_failures_total'
320+
#printf '\n*****************\n'
321+
#printf '\n storage_retries_total \n'
322+
#curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_retries_total'
323323
324324

0 commit comments

Comments
 (0)