Skip to content

Commit

Permalink
Reduced number of iterations.
Browse files Browse the repository at this point in the history
  • Loading branch information
calonso88 committed Apr 13, 2024
1 parent 1c024e3 commit 3246849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async def test_spi(dut):
# ITERATIONS
iterations = 0

while iterations < 10:
while iterations < 4:

while True:
p = random.randint(min_prime, max_upper_boundary)
Expand Down

0 comments on commit 3246849

Please sign in to comment.