vscode-gitignore icon indicating copy to clipboard operation
vscode-gitignore copied to clipboard

Fix bug in unit test

Open hangxingliu opened this issue 7 years ago • 0 comments

  1. use --disable-extensions to launch test (avoid test be failure cause other extensions)
  2. give more timeout and slow value for Github API test (because network request be sometimes slow)
  3. Ignore 403 (API rate limit exceeded) from Github

By the way, how to setup Github API token for Travis-CI build: https://docs.travis-ci.com/user/best-practices-security/#Steps-Travis-CI-takes-to-secure-your-data

hangxingliu avatar Nov 22 '18 06:11 hangxingliu