1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

reduce test message count so it can pass

This commit is contained in:
Jeff Becker 2021-02-15 10:49:26 -05:00
parent c9ff917e0d
commit 8a4417cb1a
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -252,7 +252,7 @@ TEST_CASE("IWP send messages", "[iwp]")
std::function<void(void)> endTestNow,
Context_ptr alice,
Context_ptr bob) {
constexpr int numSend = 128;
constexpr int numSend = 64;
// when alice makes a session to bob send `aliceNumSend` messages to him
alice->InitLink<false>([endIfDone, alice, &aliceNumSent](auto session) {
for (auto index = 0; index < numSend; index++)