diff --git a/src/plugins/qmlprofiler/tests/flamegraphview_test.cpp b/src/plugins/qmlprofiler/tests/flamegraphview_test.cpp index 22ef4668b9b..f6e704a072b 100644 --- a/src/plugins/qmlprofiler/tests/flamegraphview_test.cpp +++ b/src/plugins/qmlprofiler/tests/flamegraphview_test.cpp @@ -122,7 +122,7 @@ void FlameGraphViewTest::testContextMenu() QSignalSpy spy(&view, SIGNAL(showFullRange())); QTimer timer; - timer.setInterval(50); + timer.setInterval(500); int menuClicks = 0; connect(&timer, &QTimer::timeout, this, [&]() {