mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-22 10:41:46 -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