Skip to content

Commit

Permalink
Merge pull request #81 from oceanprotocol/issue-80-increase-rate-syst…
Browse files Browse the repository at this point in the history
…em-tests

increase MAX_REQ_PER_MINUTE for system tests
  • Loading branch information
paulo-ocean authored Dec 13, 2024
2 parents ef25c3b + 68c278f commit a443897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
FEE_AMOUNT: '{ "amount": 1, "unit": "MB" }'
AUTHORIZED_DECRYPTERS: '["0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"]'
ALLOWED_ADMINS: '["0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"]'
MAX_REQ_PER_MINUTE: 120
- name: Check Ocean Node is running
run: |
for i in $(seq 1 30); do
Expand Down

0 comments on commit a443897

Please sign in to comment.