From ec2639f4ec5a5c003f867d5909c63e0dc26486f3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Mar 2007 11:20:38 +0100 Subject: [PATCH] ndb - fix testprg storage/ndb/test/ndbapi/testNodeRestart.cpp: fix testprg --- storage/ndb/test/ndbapi/testNodeRestart.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/ndb/test/ndbapi/testNodeRestart.cpp b/storage/ndb/test/ndbapi/testNodeRestart.cpp index 6e5c12d4d8c..e88a0d65ac0 100644 --- a/storage/ndb/test/ndbapi/testNodeRestart.cpp +++ b/storage/ndb/test/ndbapi/testNodeRestart.cpp @@ -1231,8 +1231,7 @@ int runBug25984(NDBT_Context* ctx, NDBT_Step* step){ if (restarter.startNodes(&victim, 1)) return NDBT_FAILED; - if (restarter.waitNodesStartPhase(&victim, 1, 2)) - return NDBT_FAILED; + NdbSleep_SecSleep(3); } if (restarter.waitNodesNoStart(&victim, 1))