We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f86fb commit 7fef058Copy full SHA for 7fef058
.github/workflows/dart.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Run tests
42
run: dart test ./test
43
- name: Run tests Web
44
- run: dart test ./test -p chrome --timeout=240s
+ run: dart test ./test -p chrome --timeout=500s
45
46
0 commit comments