diff --git a/src/qgcunittest/MainWindowTest.cc b/src/qgcunittest/MainWindowTest.cc index 7529bb509bd170d117a4f3c034d12f6f16cc861b..12cabaa14576606a0f72b636a52c5e881c02e5d0 100644 --- a/src/qgcunittest/MainWindowTest.cc +++ b/src/qgcunittest/MainWindowTest.cc @@ -77,7 +77,7 @@ void MainWindowTest::_connectWindowClose_test(MAV_AUTOPILOT autopilot) // Cycle through all the top level views _mainToolBar->onSetupView(); - QTest::qWait(2in00); + QTest::qWait(200); _mainToolBar->onPlanView(); QTest::qWait(200); _mainToolBar->onFlyView();