diff options
author | Pasha <pasha@member.fsf.org> | 2022-08-30 22:44:23 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2022-08-30 22:44:23 +0000 |
commit | 084968f52dcaf0c686a393a66eac777f8b905438 (patch) | |
tree | f55e2ffc6169f50c4b643ce5763836bb8c171152 /autotests | |
parent | d36e807255bf11405f7c1cedbed7373cbd10a55d (diff) | |
download | kconfig-hurd.tar.gz kconfig-hurd.tar.bz2 |
GNU HURD supporthurd
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) |