This is an automated email from the ASF dual-hosted git repository. rongr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new e1aa147f0f add cache timeout (#9524) e1aa147f0f is described below commit e1aa147f0fb3920d21bc4c4a9a9e2c27868e0f53 Author: Rong Rong <ro...@apache.org> AuthorDate: Tue Oct 4 08:19:07 2022 -0700 add cache timeout (#9524) Co-authored-by: Rong Rong <ro...@startree.ai> --- .github/workflows/pinot_tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml index 532f23864f..b24a750fe5 100644 --- a/.github/workflows/pinot_tests.yml +++ b/.github/workflows/pinot_tests.yml @@ -81,6 +81,8 @@ jobs: java-version: 11 # Step that does that actual cache save and restore - uses: actions/cache@v3 + env: + SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -123,6 +125,8 @@ jobs: java-version: 11 # Step that does that actual cache save and restore - uses: actions/cache@v3 + env: + SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -166,6 +170,8 @@ jobs: java-version: 1.8 # Step that does that actual cache save and restore - uses: actions/cache@v3 + env: + SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -204,6 +210,8 @@ jobs: java-version: ${{ matrix.java }} # Step that does that actual cache save and restore - uses: actions/cache@v3 + env: + SEGMENT_DOWNLOAD_TIMEOUT_MIN: 10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org