add retry time

Signed-off-by: zjucx <chengxiang4@huawei.com>
This commit is contained in:
zjucx 2021-09-06 19:54:45 +08:00
parent 0ed3f46cd0
commit 06745c9480
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define MAX_STACK_SIZE 0x1000
#endif
#define MAX_OBJECT_NUM 5
#define MAX_RETRY_TIMES 3
#define MAX_RETRY_TIMES 300
#define RETRY_INTERVAL (50 * 1000)
#define MAX_REGISTER_RETRY_TIMES 10
#define REGISTER_RETRY_INTERVAL 2