We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30db0d9 commit 7ce7942Copy full SHA for 7ce7942
server/src/main/resources/instruments-js/UIATarget.js
@@ -27,7 +27,7 @@ UIATarget.prototype.setDeviceOrientation_original = UIATarget.prototype.setDevic
27
28
UIATarget.prototype.setDeviceOrientation = function (orientation) {
29
this.setDeviceOrientation_original(orientation);
30
- var timeNeededForTheRotationAnimationToComplete = 0.6; // seconds.
+ var timeNeededForTheRotationAnimationToComplete = 0.8; // seconds.
31
this.delay(timeNeededForTheRotationAnimationToComplete);
32
var newOrientation = UIATarget.localTarget().frontMostApp().interfaceOrientation();
33
if (newOrientation !== orientation) {
0 commit comments