reduce test message count so it can pass

pull/1535/head
Jeff Becker 3 years ago
parent c9ff917e0d
commit 8a4417cb1a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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++)

Loading…
Cancel
Save