浏览代码

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();