fix race in test

This commit is contained in:
Alexander Bondarenko
2024-05-29 21:41:21 +03:00
parent 4d2452b03f
commit 73bd003984
4 changed files with 7 additions and 8 deletions
+1
View File
@@ -2580,6 +2580,7 @@ testPlanGroupLinkConnecting :: HasCallStack => FilePath -> IO ()
testPlanGroupLinkConnecting tmp = do
-- gLink <- withNewTestChatCfg tmp cfg "alice" aliceProfile $ \alice -> do
gLink <- withNewTestChatCfg tmp cfg "alice" aliceProfile $ \a -> withTestOutput a $ \alice -> do
threadDelay 100000
alice ##> "/g team"
alice <## "group #team is created"
alice <## "to add members use /a team <name> or /create link #team"