test: bump test timeout

seems appveyor tests are too slow to execute
This commit is contained in:
Haoqun Jiang
2020-04-26 13:37:48 +08:00
parent bd7ad93cae
commit 611d869097

View File

@@ -1,4 +1,4 @@
jest.setTimeout(15000)
jest.setTimeout(30000)
const path = require('path')
const portfinder = require('portfinder')