Skip to content

Commit aeccd4b

Browse files
committed
fix E2E test by setting scrape_interval to 10s
1 parent c748fe7 commit aeccd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: |
2424
cat \<< EOF > prometheus.yml
2525
global:
26-
scrape_interval: 1s
26+
scrape_interval: 10s
2727
scrape_configs:
2828
- job_name: pushprox
2929
proxy_url: http://127.0.0.1:8080

0 commit comments

Comments
 (0)