summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 868c5aa..674d4d6 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -73,7 +73,7 @@ private slots:
73 Sink::Store::create<Sink::ApplicationDomain::Event>(event).exec(); 73 Sink::Store::create<Sink::ApplicationDomain::Event>(event).exec();
74 74
75 // Wait for notification 75 // Wait for notification
76 QTRY_VERIFY(gotNotification); 76 QUICK_TRY_VERIFY(gotNotification);
77 77
78 QVERIFY2(duration < 100, QString::fromLatin1("Processing a create command took more than 100ms: %1").arg(duration).toLatin1()); 78 QVERIFY2(duration < 100, QString::fromLatin1("Processing a create command took more than 100ms: %1").arg(duration).toLatin1());
79 VERIFYEXEC(Sink::ResourceControl::shutdown("sink.dummy.instance1")); 79 VERIFYEXEC(Sink::ResourceControl::shutdown("sink.dummy.instance1"));