Use longer timeout for tests

This commit is contained in:
Jia Hao 2016-01-28 23:58:25 +08:00
parent e5f8155d24
commit c852dc088f
1 changed files with 1 additions and 1 deletions

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) => {