From e061adf77f0e9abff21d798fcb83559237876c1d Mon Sep 17 00:00:00 2001 From: CookieCat Date: Mon, 13 May 2024 18:18:12 -0400 Subject: [PATCH] 1000 is probably unnecessary --- worlds/ahit/test/test_acts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/test/test_acts.py b/worlds/ahit/test/test_acts.py index 008553d247..6502db1d9e 100644 --- a/worlds/ahit/test/test_acts.py +++ b/worlds/ahit/test/test_acts.py @@ -14,7 +14,7 @@ class TestActs(HatInTimeTestBase): } def test_act_shuffle(self): - for i in range(1000): + for i in range(300): self.world_setup() self.collect_all_but([""])