소스 검색

Try a longer timer to see if widgets got painted

Julien Finet 14 년 전
부모
커밋
f027657d7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/Widgets/Testing/Cpp/ctkCheckableHeaderViewTest1.cpp

+ 1 - 1
Libs/Widgets/Testing/Cpp/ctkCheckableHeaderViewTest1.cpp

@@ -251,7 +251,7 @@ int ctkCheckableHeaderViewTest1(int argc, char * argv [] )
 
   if (argc < 2 || QString(argv[1]) != "-I" )
     {
-    QTimer::singleShot(200, &app, SLOT(quit()));
+    QTimer::singleShot(500, &app, SLOT(quit()));
     }
   
   return app.exec();