1000 is probably unnecessary

This commit is contained in:
CookieCat
2024-05-13 18:18:12 -04:00
parent 850dfba668
commit e061adf77f

View File

@@ -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([""])