Skip to content

Commit 596831e

Browse files
committed
Increase timeout to 10s because it takes some for ddr trainning.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent acaa5c8 commit 596831e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libuuu/cmd.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class CmdBase
106106
std::string m_cmd;
107107
bool m_lastcmd = false;
108108
bool m_NoKeyParam = false;
109-
int m_timeout = 2000;
109+
int m_timeout = 10000;
110110

111111
private:
112112
std::vector<Param> m_param;
@@ -219,4 +219,4 @@ int run_cmd(CmdCtx *pCtx, const char * cmd, int dry);
219219
int insert_env_variable(std::string key, std::string value);
220220
std::string get_env_variable(std::string key);
221221
int clear_env();
222-
bool is_evn_exist(std::string key);
222+
bool is_evn_exist(std::string key);

0 commit comments

Comments
 (0)