From eeca0a84ba8f303495a1e5e2b7e4dea55335e3b3 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 13 May 2015 14:32:39 -0700 Subject: [PATCH] Fix typo --- src/qgcunittest/MainWindowTest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgcunittest/MainWindowTest.cc b/src/qgcunittest/MainWindowTest.cc index 7529bb509b..12cabaa145 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(); -- GitLab