We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b615 commit 93939bdCopy full SHA for 93939bd
src/dev/code_coverage/shell_scripts/ingest_coverage.sh
@@ -20,6 +20,9 @@ export ES_HOST
20
STATIC_SITE_URL_BASE='https://kibana-coverage.elastic.dev'
21
export STATIC_SITE_URL_BASE
22
23
+DELAY=100
24
+export DELAY
25
+
26
for x in jest functional; do
27
echo "### Ingesting coverage for ${x}"
28
0 commit comments