Increase timeout for test case

This commit is contained in:
Jia Hao 2016-01-29 14:46:31 +08:00
parent 7417c7da0d
commit c8e650d061
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(60000);
this.timeout(120000);
it('Can build an app from a target url', function(done) {
async.eachSeries(PLATFORMS, (platform, callback) => {