There was an error while loading. Please reload this page.
1 parent a6c2db5 commit 979c39bCopy full SHA for 979c39b
package.json
@@ -45,7 +45,7 @@
45
]
46
},
47
"scripts": {
48
- "ava": "ava --match='!*: dependencies should install*'",
+ "ava": "ava --match='!*: dependencies should install*' --timeout=1m --fail-fast --concurrency=5",
49
"ava:deps": "npm run deps_appengine && npm run ava",
50
"cover": "npm run deps_appengine && nyc ava --match='!*: dependencies should install*'",
51
"deps_appengine": "ava --match='*: dependencies should install*'",
@@ -74,7 +74,7 @@
74
75
"devDependencies": {
76
"async": "^1.5.2",
77
- "ava": "^0.14.0",
+ "ava": "^0.15.2",
78
"codecov": "^1.0.1",
79
"nodejs-repo-tools": "git+https://github.com/GoogleCloudPlatform/nodejs-repo-tools.git#bbbb6035d77671eb053dbe6b6f0e3ff983f79639",
80
"nyc": "^6.4.4",
0 commit comments