Skip to content

Commit

Permalink
Update gas limit for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Jul 28, 2024
1 parent 1b2f4a5 commit 02b8b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
GAS_OUT_DIR: gas_reports
ENABLE_MAX_COLLECTION: true
GAS_LIMIT: 75000000
GAS_LIMIT: 150000000
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: deploy-local e2etest e2etest-full lint optimize publish-packages publish-contracts schema release

TEST_ADDRS ?= $(shell jq -r '.[].address' ./e2e/configs/test_accounts.json | tr '\n' ' ')
GAS_LIMIT ?= "75000000"
GAS_LIMIT ?= "150000000"

deploy-local:
docker kill stargaze || true
Expand Down

0 comments on commit 02b8b81

Please sign in to comment.