Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/integration/ngcc/ngcc.config.js

7 lines
82 B
JavaScript
Raw Normal View History

feat(ngcc): allow async locking timeouts to be configured (#36838) The commit adds support to the ngcc.config.js file for setting the `retryAttempts` and `retryDelay` options for the `AsyncLocker`. An integration test adds a new check for a timeout and actually uses the ngcc.config.js to reduce the timeout time to prevent the test from taking too long to complete. PR Close #36838
2020-04-28 15:32:05 +01:00
module.exports = {
locking: {
retryAttempts: 5,
retryDelay: 100,
}
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 114ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API