parent
282c9f4d51
commit
dc0dbe588a
@ -0,0 +1,28 @@
|
|||||||
|
From 870ee22fcdd995fa3486448e0ea04e76f3c20679 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Williamson <awilliam@redhat.com>
|
||||||
|
Date: Tue, 15 Aug 2017 10:48:43 -0700
|
||||||
|
Subject: [PATCH] Slower default typing speed
|
||||||
|
|
||||||
|
Suddenly Fedora tests are failing all over the place with typing
|
||||||
|
errors. I have no idea why, but slowing down typing will, I
|
||||||
|
hope!, work around the problem for now.
|
||||||
|
---
|
||||||
|
testapi.pm | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/testapi.pm b/testapi.pm
|
||||||
|
index eabc411..2616e16 100755
|
||||||
|
--- a/testapi.pm
|
||||||
|
+++ b/testapi.pm
|
||||||
|
@@ -1121,7 +1121,7 @@ sub type_string {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
- my $max_interval = $args{max_interval} // 250;
|
||||||
|
+ my $max_interval = $args{max_interval} // 150;
|
||||||
|
my $wait = $args{wait_screen_change} // 0;
|
||||||
|
bmwqemu::log_call(string => $log, max_interval => $max_interval, wait_screen_changes => $wait);
|
||||||
|
if ($wait) {
|
||||||
|
--
|
||||||
|
2.14.1
|
||||||
|
|
Loading…
Reference in new issue