CB-11695 Increased session creation timeout for Appium tests
This commit is contained in:
parent
e588907ac7
commit
0accbf560b
@ -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);
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user