[libalkimia] [Bug 459128] CI job using docker image 'kdeorg/ci-suse-qt515:latest' fails with timeout at running alkonlinequotestest
Ralf Habacker
bugzilla_noreply at kde.org
Fri Mar 22 00:35:20 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=459128
--- Comment #19 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #18)
> In the event of an error, the defined callback (see
> https://invent.kde.org/office/alkimia/-/merge_requests/28/
> diffs?commit_id=20104bacf5cfd88a6041c2bef648d337b324e9d7#2ecb60da360d26ee29c2
> 44d2739b13d6409db4e3_125_125) is never called, which is shown in callstack
> frame #5 and below. This generates the timeout error .
gitlab does not show the associated content - here is it, setup as mentioned
several times on the web:
QString AlkWebPage::toHtml()
{
QString html;
QEventLoop loop;
QWebEnginePage::toHtml([&html, &loop](const QString &result)
{
html = result;
loop.quit();
}
);
loop.exec();
return html;
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list