Skip to content

Commit

Permalink
feat: move to typescript code generation (#332)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
xiaozhenliu-gg5 committed Mar 6, 2020
1 parent 0d27d55 commit 023c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": "googleapis/nodejs-automl",
"private": true,
"scripts": {
"test": "mocha --timeout 900000"
"test": "mocha --timeout 9000000"
},
"files": [
"**/*.js",
Expand Down

0 comments on commit 023c6c5

Please sign in to comment.