From f5df9856216f7bce748dffa90028cbb0a2ed962e Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Mon, 7 Apr 2025 20:07:43 -0700
Subject: [PATCH] Update test_computer_placement.py

---
 tests/0.D/test_computer_placement.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/0.D/test_computer_placement.py b/tests/0.D/test_computer_placement.py
index 3c2fcc0..f8a2250 100644
--- a/tests/0.D/test_computer_placement.py
+++ b/tests/0.D/test_computer_placement.py
@@ -6,7 +6,7 @@ from tests.helpers.naming import apply_names
 
 BOARD_SIZE = 8
 SHIP_SIZES = [5, 4, 3, 3, 2]
-ITERS = 250000
+ITERS = 2000
 
 
 @pytest.mark.parametrize('size, seed', apply_names('choose_orientation_and_location', [True, "seed = "], [
-- 
GitLab