From 24e718c7d5b979195923c357e635523e12b21529 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:05:51 +0300 Subject: [PATCH] one more /_stop --- tests/ChatTests/Direct.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ChatTests/Direct.hs b/tests/ChatTests/Direct.hs index a707e88610..62d96e6723 100644 --- a/tests/ChatTests/Direct.hs +++ b/tests/ChatTests/Direct.hs @@ -1150,6 +1150,7 @@ testDatabaseEncryption tmp = do alice <## "error: chat not stopped" alice ##> "/db decrypt mykey" alice <## "error: chat not stopped" + threadDelay 100000 alice ##> "/_stop" alice <## "chat stopped" alice ##> "/db decrypt mykey"