We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0321fa9 commit 0007141Copy full SHA for 0007141
1 file changed
.github/workflows/dart.yml
@@ -39,7 +39,7 @@ jobs:
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=2000s
+ run: dart test ./test -p chrome --timeout=20m -c dart2wasm
43
- name: Run tests
44
run: dart test ./test
45
0 commit comments