diff options
Diffstat (limited to 'cpp/test/IceGrid/replication/AllTests.cpp')
-rw-r--r-- | cpp/test/IceGrid/replication/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/AllTests.cpp b/cpp/test/IceGrid/replication/AllTests.cpp index 96ecf08aa20..acb9ae5e4fe 100644 --- a/cpp/test/IceGrid/replication/AllTests.cpp +++ b/cpp/test/IceGrid/replication/AllTests.cpp @@ -1438,7 +1438,7 @@ allTests(Test::TestHelper* helper) admin->sendSignal("Node2", "SIGSTOP"); try { - // Wait for Node2 to be stopped by getting the TestAdapter.Server2 enpdoints + // Wait for Node2 to be stopped by getting the TestAdapter.Server2 endpoints while(true) { masterAdmin->ice_invocationTimeout(100)->getAdapterInfo("TestAdapter.Server2"); |