diff --git a/interfaces/innerkits/client/appspawn_client.h b/interfaces/innerkits/client/appspawn_client.h index 784065bb8f53b12f051cef9fa386ba92c39617c0..5fe3958a640ef0545f6b43b71a47c927df0a9dbe 100644 --- a/interfaces/innerkits/client/appspawn_client.h +++ b/interfaces/innerkits/client/appspawn_client.h @@ -31,7 +31,7 @@ extern "C" { #define ASAN_TIMEOUT 60 #else #define TIMEOUT_DEF 2 -#define ASAN_TIMEOUT 5 +#define ASAN_TIMEOUT 10 #endif #define RETRY_TIME (200 * 1000) // 200 * 1000 wait 200ms CONNECT_RETRY_DELAY = 200 * 1000 diff --git a/standard/appspawn_service.h b/standard/appspawn_service.h index 76f4a8e6ce27543bdbe3f3e4c5d5a3f2d3922196..5bc324e7a47db1309a6ba19c4a5fcfe59b8b9af6 100644 --- a/standard/appspawn_service.h +++ b/standard/appspawn_service.h @@ -38,11 +38,11 @@ extern "C" { #define WAIT_CHILD_RESPONSE_TIMEOUT 60 //60s #elif APPSPAWN_TEST #define MAX_WAIT_MSG_COMPLETE (5 * 100) // 500ms -#define COLD_CHILD_RESPONSE_TIMEOUT 5 +#define COLD_CHILD_RESPONSE_TIMEOUT 10 #define WAIT_CHILD_RESPONSE_TIMEOUT 3 //3s #else #define MAX_WAIT_MSG_COMPLETE (5 * 1000) // 5s -#define COLD_CHILD_RESPONSE_TIMEOUT 5 +#define COLD_CHILD_RESPONSE_TIMEOUT 10 #define WAIT_CHILD_RESPONSE_TIMEOUT 3 //3s #endif