diff --git a/testing/testing.go b/testing/testing.go index 49e79134..c26a3f1d 100644 --- a/testing/testing.go +++ b/testing/testing.go @@ -113,7 +113,7 @@ func (e *Env) DeleteTestID(t *testing.T) { func (e *Env) DockerBuild(t *testing.T, builds []DockerBuild) { t.Helper() - ctx, cancel := context.WithTimeout(context.Background(), 300*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 450*time.Second) defer cancel() if err := e.docker.Build(ctx, builds); err != nil {