From 8122167c4f00d0abd03af65a3896f3f1c099c63b Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Tue, 15 Feb 2022 16:03:33 +0400 Subject: [PATCH] smp7 --- tests/ChatClient.hs | 4 ++-- tests/ChatTests.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 86f3b497cb..bd75751787 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -43,8 +43,8 @@ opts :: ChatOpts opts = ChatOpts { dbFilePrefix = undefined, - -- smp://Ufcpyx7utrV45fUopHVvKh4NECi5Z3Fa1TyL4L7tGgc=@smp7.simplex.im - smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"], + smpServers = ["smp://Ufcpyx7utrV45fUopHVvKh4NECi5Z3Fa1TyL4L7tGgc=@smp7.simplex.im"], + -- smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"], logging = False } diff --git a/tests/ChatTests.hs b/tests/ChatTests.hs index 84fa155094..102845627f 100644 --- a/tests/ChatTests.hs +++ b/tests/ChatTests.hs @@ -80,7 +80,7 @@ testStressServer = connectUsers alice bob loop alice bob sentTVar 0 ) - (take 1 ([1 ..] :: [Int])) + (take 100 ([1 ..] :: [Int])) where loop :: TestCC -> TestCC -> TVar Int -> Int -> IO () loop alice bob sentTVar k = do