aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-01-08 13:02:16 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-01-08 13:38:17 +0000
commit4b0035bbda8fcb8975624ee31a4189fa6cee4faf (patch)
treec40df1507e2db83df077515bdd3c9bd1ba10cf22 /tests
parent85c916b639a0e11a46d4939445d2305ec268719d (diff)
API tests: Fix a time stamp issue
Change-Id: Ia58cf8c14b091372921788e76e15a2ad1267e3d3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-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 003b63ff6..5f2645a14 100644
--- a/tests/auto/api/tst_api.cpp
+++ b/tests/auto/api/tst_api.cpp
@@ -832,6 +832,7 @@ void TestApi::changeContent()
"/project-editing/project-with-no-files.qbs"));
resolve();
+ WAIT_FOR_NEW_TIMESTAMP();
errorInfo = project.addFiles(product, qbs::GroupData(), QStringList("main.cpp"));
VERIFY_NO_ERROR(errorInfo);
resolve();