From 69be666c924d00a4712644bd283728fdd5785dd9 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Thu, 10 Oct 2024 14:36:16 -0700 Subject: [PATCH] Increase test timeout --- .github/workflows/dart_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index 0c414ab8..cde6b939 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -53,13 +53,13 @@ jobs: run: | dart run build_runner test --delete-conflicting-outputs -- --preset dartdevc if: always() && steps.install.outcome == 'success' - timeout-minutes: 5 + timeout-minutes: 8 - name: Run tests (dart2js) run: | dart run build_runner test --delete-conflicting-outputs --release -- --preset dart2js if: always() && steps.install.outcome == 'success' - timeout-minutes: 5 + timeout-minutes: 8 - uses: anchore/sbom-action@v0 with: path: ./