diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index 10a996c041e..8eda0f71f72 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -18,13 +18,11 @@ tasks: fix_target: //:configure # Checks that all tests are passing - test: - include_eternal_tests: true targets: - //... # exclude testing as it is executed in a seperate job - -//testing/... - test: - include_eternal_tests: true name: Integration/E2E targets: - //testing/... diff --git a/dev/sg/internal/images/BUILD.bazel b/dev/sg/internal/images/BUILD.bazel index bea2d67d376..ee49110d974 100644 --- a/dev/sg/internal/images/BUILD.bazel +++ b/dev/sg/internal/images/BUILD.bazel @@ -35,7 +35,7 @@ go_library( go_test( name = "images_test", - timeout = "short", + timeout = "eternal", srcs = [ "images_test.go", "pure_docker_test.go",