Skip to content

Commit

Permalink
adjust gas limit in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Mar 20, 2024
1 parent b0cb12e commit 8ac7533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/tests/e2e/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async fn gas_limit(web3: Web3) {
"pre": [Hook {
target: trader.address(),
call_data: Default::default(),
gas_limit: 1_000_000,
gas_limit: 10_000_000,
}],
"post": [],
},
Expand Down

0 comments on commit 8ac7533

Please sign in to comment.