Blob Blame History Raw
From 76a8d7dd04c63ab3d0308ca01564bffd305452fa Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Thu, 20 Jul 2017 18:15:01 -0700
Subject: [PATCH] Type a bit slower in the full_stack test

Seems like this console typing often fails to be perfect on
Rawhide, and we can't really do a lot about it. So let's just
slow it down to try and make the test pass more reliably.
---
 t/data/tests/tests/boot.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/data/tests/tests/boot.pm b/t/data/tests/tests/boot.pm
index 646c162..9b82b8f 100644
--- a/t/data/tests/tests/boot.pm
+++ b/t/data/tests/tests/boot.pm
@@ -45,7 +45,7 @@ RFB found a second and more enduring use when VNC was developed. VNC was release
 When ORL was closed in 2002 some of the key people behind VNC and RFB formed [[RealVNC]], Ltd., in order to continue development of VNC and to maintain the RFB protocol. The current RFB protocol is published on the RealVNC website.
 END
 
-    type_string $text;
+    type_string $text, max_interval => 150;
     type_string "\nEOF\n";
     script_run "echo '924095f2cb4d622a8796de66a5e0a44a  text' > text.md5";
     assert_script_run 'md5sum -c text.md5';
-- 
2.13.0