test: longer timeout

This commit is contained in:
EnixCoda 2020-06-21 23:19:07 +08:00
parent f97197071f
commit 2b86291ecd
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -158,6 +158,8 @@ module.exports = {
// This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
// testURL: "http://localhost",
testTimeout: 20000,
// Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout"
// timers: "real",