From 3118d3aae4f8916d6ed51d6231977f1d26d0610b Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:19:57 +0400 Subject: [PATCH] add delay --- tests/ChatTests/Groups.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ChatTests/Groups.hs b/tests/ChatTests/Groups.hs index 77bac11145..d1b9fa70cb 100644 --- a/tests/ChatTests/Groups.hs +++ b/tests/ChatTests/Groups.hs @@ -740,6 +740,7 @@ testGroupReAddInvitedChangeRole = concurrently_ (alice <## "#team: bob joined the group") (bob <## "#team: you joined the group") + threadDelay 50000 bob ##> "/d #team" concurrentlyN_ [ bob <## "#team: you deleted the group",