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:
parent
311eb7c471
commit
f634357217
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue