mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
test: no need for timeout for integration test
This commit is contained in:
@@ -138,7 +138,7 @@ func TestOptimizeIntegration(t *testing.T) {
|
||||
Quality: 85,
|
||||
Override: tt.override,
|
||||
Split: false,
|
||||
Timeout: 30 * time.Second, // Longer timeout for real conversion
|
||||
Timeout: 0,
|
||||
}
|
||||
|
||||
// Run optimization
|
||||
|
Reference in New Issue
Block a user