Skip to content

Commit 3d8d3b9

Browse files
authored
Update dart.yml
1 parent 755b24a commit 3d8d3b9

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,9 +38,10 @@ 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=1000s
4143
- name: Run tests
4244
run: dart test ./test
43-
- name: Run tests Web
44-
run: dart test ./test -p chrome --timeout=500s
45+
4546

4647

0 commit comments

Comments
 (0)