Skip to content

Commit

Permalink
重新测试CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nekosilverfox committed Oct 18, 2023
1 parent c968d4d commit e0eba57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PolyChat.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ TEMPLATE = subdirs

SUBDIRS += \
App \
Tester
# Tester
2 changes: 1 addition & 1 deletion Tester/tst_PolyChatTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit e0eba57

Please sign in to comment.