mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-27 16:33:27 -07:00
1000 is probably unnecessary
This commit is contained in:
@@ -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([""])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user