From 94ce06e1e9edd38668726f13218573dc9d9df8ee Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:25:15 +0000 Subject: [PATCH] reduce delay --- tests/AgentTests/NotificationTests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AgentTests/NotificationTests.hs b/tests/AgentTests/NotificationTests.hs index 3479f9593..8bcf31a7a 100644 --- a/tests/AgentTests/NotificationTests.hs +++ b/tests/AgentTests/NotificationTests.hs @@ -510,7 +510,7 @@ testNotificationsSMPRestartBatch n t APNSMockServer {apnsQ} = do liftIO $ print 2 _ <- registerTestToken a "abcd" NMInstant apnsQ liftIO $ print 3 - liftIO $ threadDelay 10000000 + liftIO $ threadDelay 5000000 liftIO $ print 4 forM_ (zip [0..] conns) $ \(i, (aliceId, bobId)) -> do liftIO $ putStrLn $ "*** msg " <> show i