diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index 7d4f9c44f4a..ea4622f435f 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -11,11 +11,13 @@ tasks: # Checks that BUILD files are formatted - buildifier: queue: aspect-small + timeout_in_minutes: 2 # Checks that BUILD file content is up-to-date with sources - gazelle: queue: aspect-small target: //:configure fix_target: //:configure + timeout_in_minutes: 5 # Checks that all tests are passing - test: targets: