Skip to content

Commit

Permalink
Increase timeout to 10s because it takes some for ddr trainning.
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <Frank.Li@nxp.com>
  • Loading branch information
nxpfrankli committed Nov 7, 2023
1 parent acaa5c8 commit 596831e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libuuu/cmd.h
Expand Up @@ -106,7 +106,7 @@ class CmdBase
std::string m_cmd;
bool m_lastcmd = false;
bool m_NoKeyParam = false;
int m_timeout = 2000;
int m_timeout = 10000;

private:
std::vector<Param> m_param;
Expand Down Expand Up @@ -219,4 +219,4 @@ int run_cmd(CmdCtx *pCtx, const char * cmd, int dry);
int insert_env_variable(std::string key, std::string value);
std::string get_env_variable(std::string key);
int clear_env();
bool is_evn_exist(std::string key);
bool is_evn_exist(std::string key);

0 comments on commit 596831e

Please sign in to comment.