Add linebreak before Syncthing's output in `syncthingctl` test

This commit is contained in:
Martchus 2021-07-01 17:25:45 +02:00
parent 7508e59379
commit 695696bb00
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void ApplicationTests::test()
// wait till Syncthing GUI becomes available
{
cerr << "\nWaiting till Syncthing GUI becomes available ...";
cerr << "\nWaiting till Syncthing GUI becomes available ...\n";
QByteArray syncthingOutput;
constexpr auto syncthingCheckInterval = TimeSpan::fromMilliseconds(200.0);
const auto maxSyncthingStartupTime = TimeSpan::fromSeconds(15.0 * max(timeoutFactor, 5.0));