From 753f7fe1d7fb68c9d39a7e337c3168c2c38a9816 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Thu, 5 Mar 2020 17:18:48 -0800 Subject: [PATCH] feat: move to typescript code generation (#332) * remove docs/ * update client files * update unit test * update system-test * udpate config json * convert js system-test to ts * gts fix * test * update synth.py * run synthtool * test broken links * broken links * test linkinator * concurrency 10 * docs test work * make it work! * format * sample test timeout * expand timeout * expand timeout --- automl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl/package.json b/automl/package.json index af88b42204..90f6888de4 100644 --- a/automl/package.json +++ b/automl/package.json @@ -9,7 +9,7 @@ "repository": "googleapis/nodejs-automl", "private": true, "scripts": { - "test": "mocha --timeout 900000" + "test": "mocha --timeout 9000000" }, "files": [ "**/*.js",