From 26f131becc3ea7e251c57277909a8b4ceec7368a Mon Sep 17 00:00:00 2001 From: Mohsen <56779182+mrtnetwork@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:32:55 +0330 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 1a51bfa..8477ef1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,8 +38,9 @@ jobs: # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will # want to change this to 'flutter test'. - - name: Run tests Web - run: dart test ./test -p chrome --timeout=120s - name: Run tests run: dart test ./test + - name: Run tests Web + run: dart test ./test -p chrome --timeout=240s +