Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Nov 17, 2024
2 parents 5bf79c5 + 26f131b commit e15d60c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit e15d60c

Please sign in to comment.