From c05e070c831fba868720ca6c3068a183a2b48b0d Mon Sep 17 00:00:00 2001 From: Stephen Carman Date: Fri, 4 Oct 2019 17:02:50 -0400 Subject: [PATCH] Increase the bulk wait period --- ci/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/coverage.sh b/ci/coverage.sh index 45a46ed4..9963a7e5 100644 --- a/ci/coverage.sh +++ b/ci/coverage.sh @@ -25,7 +25,7 @@ zip -0 $COVERAGE_DIR/ccov.zip `find . \( -name "*toshi*.gc*" \) -print`; grcov $COVERAGE_DIR/ccov.zip -s . -t lcov --llvm -o $COVERAGE_DIR/lcov.info \ --ignore-not-existing \ - --ignore-dir "/*" + --ignore "/*" if [[ "$OUTPUT" == "Html" ]]; then