test: no need for timeout for integration test

This commit is contained in:
Antoine Aflalo
2025-09-09 10:13:56 -04:00
parent 88786d4e53
commit 7047710fdd

View File

@@ -138,7 +138,7 @@ func TestOptimizeIntegration(t *testing.T) {
Quality: 85, Quality: 85,
Override: tt.override, Override: tt.override,
Split: false, Split: false,
Timeout: 30 * time.Second, // Longer timeout for real conversion Timeout: 0,
} }
// Run optimization // Run optimization