Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouib <code@louib.net>2022-10-02 19:48:51 +0300
committerJonathan White <support@dmapps.us>2022-10-02 21:35:12 +0300
commite254cad39e72bef972df43d17fc54ec36dfc52d1 (patch)
treea4885e36127afb05b065a91a9a0f27d2f17ecaa2
parentac1347f32463af9a84bfc87031045c34b6cd0792 (diff)
bump the delay for clip timeout tests
-rw-r--r--tests/TestCli.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp
index f822dfe34..785121032 100644
--- a/tests/TestCli.cpp
+++ b/tests/TestCli.cpp
@@ -687,7 +687,7 @@ void TestCli::testClip()
// clang-format on
QTRY_COMPARE(clipboard->text(), QString("Password"));
- QTRY_COMPARE_WITH_TIMEOUT(clipboard->text(), QString(""), 2000);
+ QTRY_COMPARE_WITH_TIMEOUT(clipboard->text(), QString(""), 3000);
future.waitForFinished();
@@ -698,7 +698,7 @@ void TestCli::testClip()
QStringList{"clip", m_dbFile->fileName(), "/Sample Entry", "1", "-t"});
QTRY_VERIFY(isTotp(clipboard->text()));
- QTRY_COMPARE_WITH_TIMEOUT(clipboard->text(), QString(""), 2000);
+ QTRY_COMPARE_WITH_TIMEOUT(clipboard->text(), QString(""), 3000);
future.waitForFinished();