Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 315ef5f

Browse files
[1.1.0-SNAPSHOT]
Weak queue set for tests
1 parent 4846561 commit 315ef5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€Ž.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626

2727
- name: Build with Gradle
2828
run: ./gradlew build jacocoTestReport
29+
env:
30+
API_KEY: ${{ secrets.API_KEY }}
2931

3032
- name: Analyze with SonarQube
3133
run: ./gradlew sonarqube
3234
env:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37+
API_KEY: ${{ secrets.API_KEY }}

β€Žsrc/test/java/io/api/ApiRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ApiRunner extends Assert {
2020

2121
final QueueManager queue = keyOrDefault.equals(EtherScanApi.DEFAULT_KEY)
2222
? QueueManager.DEFAULT_KEY_QUEUE
23-
: QueueManager.PERSONAL_KEY_QUEUE;
23+
: newQueueManager(1, 2);
2424

2525
api = new EtherScanApi(keyOrDefault, EthNetwork.MAINNET, queue);
2626
apiRopsten = new EtherScanApi(keyOrDefault, EthNetwork.ROPSTEN, queue);

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /