mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-15 17:27:08 +00:00
Increase timeout for test case
This commit is contained in:
parent
7417c7da0d
commit
c8e650d061
@ -41,7 +41,7 @@ function checkApp(appPath, inputOptions, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
describe('Nativefier Module', function() {
|
describe('Nativefier Module', function() {
|
||||||
this.timeout(60000);
|
this.timeout(120000);
|
||||||
it('Can build an app from a target url', function(done) {
|
it('Can build an app from a target url', function(done) {
|
||||||
async.eachSeries(PLATFORMS, (platform, callback) => {
|
async.eachSeries(PLATFORMS, (platform, callback) => {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user