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 +