Skip to content

Commit

Permalink
Increase cache write delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Apr 2, 2022
1 parent b62c432 commit fdf30e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'gradle'
- name: Build
env:
IO_GITHUB_NSTDIO_HTTP_EXT_CLIENT_TEST_CACHE_WRITE_DELAY: PT2.5S
IO_GITHUB_NSTDIO_HTTP_EXT_CLIENT_TEST_CACHE_WRITE_DELAY: PT4.5S
run: ./gradlew build --stacktrace --scan
- uses: codecov/codecov-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 11
- name: Build
env:
IO_GITHUB_NSTDIO_HTTP_EXT_CLIENT_TEST_CACHE_WRITE_DELAY: PT2.5S
IO_GITHUB_NSTDIO_HTTP_EXT_CLIENT_TEST_CACHE_WRITE_DELAY: PT4.5S
run: ./gradlew build -x test -x spiTest --stacktrace
- name: Configure Git Author
run: |
Expand Down

0 comments on commit fdf30e2

Please sign in to comment.