1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Changed Screen failure timeout to 2 secs.

Changed Device Icon view popover timeout to 0.
This commit is contained in:
Gunther Brunner 2014-06-03 14:36:49 +09:00
parent 311eb7c471
commit f634357217
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
template: require('./screen.jade'),
link: function (scope, element) {
var canvas = element.find('canvas')[0]
, imageRender = new FastImageRender(canvas, {render: 'canvas', timeout: 1000})
, imageRender = new FastImageRender(canvas, {render: 'canvas', timeout: 2000})
, guestDisplayDensity = setDisplayDensity(1.5)
, guestDisplayRotation = 0
, finger = element.find('span')