Skip to content

Commit 0c393df

Browse files
committed
fix test setup
1 parent f0def5e commit 0c393df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-ci/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ runs:
5050
- name: enable rate limiting in config and set the lisa account as the service user
5151
shell: bash
5252
run: |
53-
cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 2, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
53+
cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 6, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
5454
mv config.json.new config.json

0 commit comments

Comments
 (0)