From d3e6d638af3c4f973cd9ae663238f18e79fa2167 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:17:47 +0300 Subject: [PATCH] fix late event in test --- tests/ChatTests/Direct.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ChatTests/Direct.hs b/tests/ChatTests/Direct.hs index 82eb4def39..a707e88610 100644 --- a/tests/ChatTests/Direct.hs +++ b/tests/ChatTests/Direct.hs @@ -1069,6 +1069,7 @@ testMaintenanceMode tmp = do bob <# "alice> hi again" bob #> "@alice hello" alice <# "bob> hello" + threadDelay 100000 -- export / delete / import alice ##> "/_stop" alice <## "chat stopped"