mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-16 01:37:07 +00:00
Use longer timeout for tests
This commit is contained in:
parent
e5f8155d24
commit
c852dc088f
@ -41,7 +41,7 @@ function checkApp(appPath, inputOptions, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
describe('Nativefier Module', function() {
|
describe('Nativefier Module', function() {
|
||||||
this.timeout(30000);
|
this.timeout(60000);
|
||||||
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