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.
1 parent 7795747 commit 26f131bCopy full SHA for 26f131b
.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