From: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Date: Fri, 4 Oct 2024 02:19:22 +0000
Subject: Fix repl test

Bug: https://github.com/rakudo/rakudo/issues/1257
Bug-Debian: https://bugs.debian.org/880795
Origin: https://github.com/rakudo/rakudo/issues/1257#issuecomment-373997566

This should fix this flapping test by increasing the time-out. 
===================================================================
---
 t/02-rakudo/repl.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/02-rakudo/repl.t b/t/02-rakudo/repl.t
index 6050e2c..3d1c610 100644
--- a/t/02-rakudo/repl.t
+++ b/t/02-rakudo/repl.t
@@ -236,7 +236,7 @@ is-run-repl ['Nil'], /Nil/, 'REPL outputs Nil as a Nil';
 {
     # REPL must not start, but if it does start and wait for input, it'll
     # "hang", from our point of view, which the test function will detect
-    doesn't-hang \(:w, $*EXECUTABLE,
+    doesn't-hang :10wait, \(:w, $*EXECUTABLE,
         '--repl-mode=interactive', '-M', 'NonExistentModuleRT128595'
     ), :out(/^$/), :err(/'Could not find NonExistentModuleRT128595'/),
     'REPL with -M with non-existent module does not start';
