diff --git a/internal/controllers/synthesis/integration_test.go b/internal/controllers/synthesis/integration_test.go index 40003325..b3ed3a3f 100644 --- a/internal/controllers/synthesis/integration_test.go +++ b/internal/controllers/synthesis/integration_test.go @@ -19,7 +19,7 @@ import ( var minimalTestConfig = &Config{ WrapperImage: "test-wrapper-image", MaxRestarts: 3, - Timeout: time.Second * 2, + Timeout: time.Second * 6, } func TestControllerHappyPath(t *testing.T) {