summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/gc/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/gc/Client.cpp')
-rw-r--r--cpp/test/Ice/gc/Client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/gc/Client.cpp b/cpp/test/Ice/gc/Client.cpp
index 339298496c0..6e03a5920d7 100644
--- a/cpp/test/Ice/gc/Client.cpp
+++ b/cpp/test/Ice/gc/Client.cpp
@@ -470,6 +470,10 @@ MyApplication::run(int argc, char* argv[])
Ice::collectGarbage();
test(num == 0);
cout << "ok" << endl;
+
+#if defined(_AIX)
+ cout << "The following test may take a long time (like one full minute); please be patient." << endl;
+#endif
cout << "testing for race conditions... " << flush;
::IceUtil::Time t = ::IceUtil::Time::now();