ndb -

  fix testprg
parent ca00e638
...@@ -1231,8 +1231,7 @@ int runBug25984(NDBT_Context* ctx, NDBT_Step* step){ ...@@ -1231,8 +1231,7 @@ int runBug25984(NDBT_Context* ctx, NDBT_Step* step){
if (restarter.startNodes(&victim, 1)) if (restarter.startNodes(&victim, 1))
return NDBT_FAILED; return NDBT_FAILED;
if (restarter.waitNodesStartPhase(&victim, 1, 2)) NdbSleep_SecSleep(3);
return NDBT_FAILED;
} }
if (restarter.waitNodesNoStart(&victim, 1)) if (restarter.waitNodesNoStart(&victim, 1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment