Browse Source

ndb - fix test prg

pull/374/head
unknown 19 years ago
parent
commit
c2bb8446bc
  1. 2
      storage/ndb/test/ndbapi/testNodeRestart.cpp

2
storage/ndb/test/ndbapi/testNodeRestart.cpp

@ -1364,7 +1364,7 @@ runBug27003(NDBT_Context* ctx, NDBT_Step* step)
return NDBT_FAILED;
res.startNodes(&node, 1);
res.waitNodesStartPhase(&node, 1, 2);
NdbSleep_SecSleep(3);
pos++;
}
pos = 0;

Loading…
Cancel
Save