aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-07-05 17:42:32 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-07-06 07:10:29 +0000
commit73d0d3a247162b91d6b2c78f5a490e006168a2e4 (patch)
tree44b9872048661d63cb6b921b94ea50940cbb8ccb
parentfea30c8996ad64f2c3bb92ded01f86b6caf89624 (diff)
Autotests: Prevent another false positive on slow CI machines
Change-Id: I365acd2eb6fd27d3b31bcf7d84c00039166781ec Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--tests/auto/api/tst_api.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.cpp b/tests/auto/api/tst_api.cpp
index e07aaf029..282d04722 100644
--- a/tests/auto/api/tst_api.cpp
+++ b/tests/auto/api/tst_api.cpp
@@ -1187,6 +1187,7 @@ void TestApi::explicitlyDependsOn()
WAIT_FOR_NEW_TIMESTAMP();
touch("compiler.cpp");
+ waitForFileUnlock();
errorInfo = doBuildProject("explicitly-depends-on", &receiver);
VERIFY_NO_ERROR(errorInfo);
QVERIFY2(receiver.descriptions.contains("compiling compiler.cpp"),