Skip to content

Commit 2b6e0f9

Browse files
authored
chore(benchmark): update max env gas. (#2001)
1 parent 260c792 commit 2b6e0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_plugins/shared/benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def gas_benchmark_value(request: pytest.FixtureRequest) -> int:
5050
return EnvironmentDefaults.gas_limit
5151

5252

53-
BENCHMARKING_MAX_GAS = 500_000_000_000
53+
BENCHMARKING_MAX_GAS = 1_000_000_000_000
5454

5555

5656
@pytest.fixture

0 commit comments

Comments
 (0)