CB-11695 Increased session creation timeout for Appium tests

This commit is contained in:
Alexander Sorokin 2016-08-16 14:03:09 +03:00
parent e588907ac7
commit 0accbf560b
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ describe('Camera tests Android.', function () {
appiumSessionStarted = true; appiumSessionStarted = true;
}, fail) }, fail)
.done(done); .done(done);
}, 5 * MINUTE); }, 10 * MINUTE);
it('camera.ui.util determine screen dimensions', function (done) { it('camera.ui.util determine screen dimensions', function (done) {
checkSession(done); checkSession(done);

View File

@ -203,7 +203,7 @@ describe('Camera tests iOS.', function () {
failedToStart = false; failedToStart = false;
}, fail) }, fail)
.done(done); .done(done);
}, 5 * MINUTE); }, 10 * MINUTE);
describe('Specs.', function () { describe('Specs.', function () {
// getPicture() with mediaType: VIDEO, sourceType: PHOTOLIBRARY // getPicture() with mediaType: VIDEO, sourceType: PHOTOLIBRARY