diff --git a/tests/common/amqp_testcase.h b/tests/common/amqp_testcase.h index 8524bdb..391ee86 100644 --- a/tests/common/amqp_testcase.h +++ b/tests/common/amqp_testcase.h @@ -13,7 +13,7 @@ public: virtual ~TestCase() {} protected: - bool waitForSignal(QObject *obj, const char *signal, int delay = 1) + bool waitForSignal(QObject *obj, const char *signal, int delay = 5) { QObject::connect(obj, signal, &QTestEventLoop::instance(), SLOT(exitLoop())); QPointer safe = obj;