From 2fe408666e24e668a198376102bff2c3a095c647 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Tue, 21 Nov 2023 19:54:10 +0200 Subject: [PATCH] fix testAsyncCommandsRestore test --- tests/AgentTests/FunctionalAPITests.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/AgentTests/FunctionalAPITests.hs b/tests/AgentTests/FunctionalAPITests.hs index 8c37579fc..2774b620a 100644 --- a/tests/AgentTests/FunctionalAPITests.hs +++ b/tests/AgentTests/FunctionalAPITests.hs @@ -1279,6 +1279,7 @@ testAsyncCommandsRestore t = do ("1", _, INV _) <- get alice' pure () disconnectAgentClient alice' + threadDelay 1000000 testAcceptContactAsync :: IO () testAcceptContactAsync =