We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bf79c5 + 26f131b commit e15d60cCopy full SHA for e15d60c
.github/workflows/dart.yml
@@ -38,8 +38,9 @@ jobs:
38
# Your project will need to have tests in test/ and a dependency on
39
# package:test for this step to succeed. Note that Flutter projects will
40
# want to change this to 'flutter test'.
41
- - name: Run tests Web
42
- run: dart test ./test -p chrome --timeout=120s
43
- name: Run tests
44
run: dart test ./test
+ - name: Run tests Web
+ run: dart test ./test -p chrome --timeout=240s
45
+
46
0 commit comments