bring back unintended changes

This commit is contained in:
idanovinda 2026-02-13 11:10:24 +01:00
parent d455ab1e74
commit d297bd3dc9
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ linux: ${SOURCES} $(GENERATED_CRDS)
macos: ${SOURCES} $(GENERATED_CRDS)
GOOS=darwin GOARCH=amd64 CGO_ENABLED=${CGO_ENABLED} go build -o build/macos/${BINARY} ${BUILD_FLAGS} -ldflags "$(LDFLAGS)" $(SOURCES)
docker:
docker: $(GENERATED_CRDS) ${DOCKERDIR}/${DOCKERFILE}
echo `(env)`
echo "Tag ${TAG}"
echo "Version ${VERSION}"

View File

@ -72,7 +72,7 @@ class EndToEndTestCase(unittest.TestCase):
time.sleep(interval)
@classmethod
@timeout_decorator.timeout(1800)
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def setUpClass(cls):
'''
Deploy operator to a "kind" cluster created by run.sh using examples from /manifests.