2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 12:22:21 +00:00

Use longer timeout for tests

This commit is contained in:
Jia Hao 2016-01-28 23:58:25 +08:00
parent e5f8155d24
commit c852dc088f

View File

@ -41,7 +41,7 @@ function checkApp(appPath, inputOptions, callback) {
}
describe('Nativefier Module', function() {
this.timeout(30000);
this.timeout(60000);
it('Can build an app from a target url', function(done) {
async.eachSeries(PLATFORMS, (platform, callback) => {