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