Skip to content

Commit 763e5d7

Browse files
committed
Add sleep to e2e tests execution
1 parent 1b05e02 commit 763e5d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
*.dll
55
*.so
66
*.dylib
7+
cloudflare-exporter
78
cloudflare_exporter
9+
dist/
810

911
# Test binary, built with `go test -c`
1012
*.test

run_e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sleep 5
1313

1414
# Get metrics
1515
curl -s -o /tmp/cloudflare_exporter_test_output http://${baseUrl}${metricsPath}
16+
sleep 3
1617

1718
# Run Tests
1819
venom run tests/basic_tests.yml

0 commit comments

Comments
 (0)