浏览代码

increased timeout

wangyu- 8 年之前
父节点
当前提交
9a23775dfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common.h

+ 1 - 1
common.h

@@ -70,7 +70,7 @@ const int buf_len=max_data_len+200;
 
 
 //const u32_t timer_interval=400;
 //const u32_t timer_interval=400;
 ////const u32_t conv_timeout=180000;
 ////const u32_t conv_timeout=180000;
-const u32_t conv_timeout=40000;//for test
+const u32_t conv_timeout=180000;//for test
 const int max_conv_num=10000;
 const int max_conv_num=10000;
 const int max_conn_num=200;
 const int max_conn_num=200;