From: Simon Josefsson <simon@josefsson.org>
Date: Tue, 18 Feb 2025 08:14:48 +0100
Subject: [PATCH] Attempt to fix "Connection refused" error
Forwarded: https://github.com/wingo/fibers/issues/118

diff --git a/tests/concurrent-web-server.scm b/tests/concurrent-web-server.scm
index b6c4016..4a4ea20 100644
--- a/tests/concurrent-web-server.scm
+++ b/tests/concurrent-web-server.scm
@@ -72,6 +72,8 @@
  (lambda ()
    (run-server handler #:port 8080)))
 
+(sleep 5)
+
 (call-with-values
     (lambda ()
       (http-get (string->uri "http://127.0.0.1:8080/proc")
