From 084968f52dcaf0c686a393a66eac777f8b905438 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 30 Aug 2022 22:44:23 +0000 Subject: GNU HURD support --- autotests/kconfig_compiler/kconfigcompiler_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp') diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index 61666939..bd8a0ef7 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -181,6 +181,10 @@ void KConfigCompiler_Test::testRunning() } QCOMPARE((int)process.error(), (int)QProcess::UnknownError); QCOMPARE(process.exitCode(), 0); + +#ifdef Q_OS_HURD + QTest::qWait(10); +#endif } void KConfigCompiler_Test::appendFileDiff(const QString &oldFile, const QString &newFile) -- cgit v1.2.1