diff --git a/PolyChat.pro b/PolyChat.pro index 191fdd9..8538f7e 100644 --- a/PolyChat.pro +++ b/PolyChat.pro @@ -2,4 +2,4 @@ TEMPLATE = subdirs SUBDIRS += \ App \ - Tester +# Tester diff --git a/Tester/tst_PolyChatTester.cpp b/Tester/tst_PolyChatTester.cpp index 123c2fd..63a9cd5 100644 --- a/Tester/tst_PolyChatTester.cpp +++ b/Tester/tst_PolyChatTester.cpp @@ -32,7 +32,7 @@ QString localUserGroupNumber = ""; // Group number (get in QHostAddress localIpAddress = QHostAddress(); ChatList* chatList = nullptr; // Widget ChatList (Only one) -unsigned int const TIMER_STEP = 50; +unsigned int const TIMER_STEP = 1000; // 对话框弹出市场,缩短此项只会影响展示效果。不会影响测试的最终结果 class PolyChatTester : public QObject {