Skip to content

Commit

Permalink
✅ Give more time to end async transaction (in ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Apr 12, 2021
1 parent 4c7afac commit 8da4c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ServerTests : public ::testing::Test
QTest::qWait(10000);
timer.stop();
// Give time to finish last connection
QTest::qWait(100);
QTest::qWait(1000);
qInfo() << "Connected Count : " << connectedCount;
ASSERT_TRUE(connectedCount > 50);
ASSERT_EQ(newClientSpy.count(), connectedCount);
Expand Down

0 comments on commit 8da4c42

Please sign in to comment.