Skip to content

Commit

Permalink
lower iterations
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
juanjux committed Sep 2, 2024
1 parent bafe074 commit 951866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/appsec/iast_memcheck/test_iast_mem_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def test_aggregated_leaks():
with override_env({"DD_IAST_ENABLED": "True"}):
from scripts.iast.test_leak_functions import test_iast_leaks

assert test_iast_leaks(100000, 2.0, 1000) == 0
assert test_iast_leaks(100000, 2.0, 50) == 0

0 comments on commit 951866e

Please sign in to comment.