Skip to content

Commit

Permalink
Add delay to avoid api throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
gfukushima committed Dec 4, 2023
1 parent 8ce6f15 commit 76597f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- run:
name: Dependency vulnerability scan
command: |
./gradlew --no-daemon -Dorg.gradle.parallel=false dependencyCheckAggregate
./gradlew --no-daemon -Dorg.gradle.parallel=false dependencyCheckAggregate -DnvdApiDelay=6000
- run:
name: Test
no_output_timeout: 20m
Expand Down

0 comments on commit 76597f4

Please sign in to comment.