We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385a15f commit 0321fa9Copy full SHA for 0321fa9
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=1000s
+ run: dart test ./test -p chrome --timeout=2000s
43
- name: Run tests
44
run: dart test ./test
45
0 commit comments