Skip to content

Commit 26f131b

Browse files
authored
Update dart.yml
1 parent 7795747 commit 26f131b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
# Your project will need to have tests in test/ and a dependency on
3939
# package:test for this step to succeed. Note that Flutter projects will
4040
# want to change this to 'flutter test'.
41-
- name: Run tests Web
42-
run: dart test ./test -p chrome --timeout=120s
4341
- name: Run tests
4442
run: dart test ./test
43+
- name: Run tests Web
44+
run: dart test ./test -p chrome --timeout=240s
45+
4546

0 commit comments

Comments
 (0)