fix ai test and it runs in just 4s on laptop so it is feasible

main
Bel LaPointe 2024-04-14 09:26:41 -06:00
parent f8002053f5
commit 007611fb4f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func testAI(t *testing.T, ai AI) {
t.Run("simulation", func(t *testing.T) {
d := NewRAM()
FillWithTestdata(ctx, d)
FillWithTestdata(ctx, d, renderAssetPattern, renderDatacenterPattern)
s := NewStorage(d)
threads, err := s.Threads(ctx)