Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Nov 15, 2024
1 parent 5eabf2c commit addff79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/Ice/timeout/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Server::run(int argc, char** argv)
properties->setProperty("Ice.TCP.RcvSize", "50000");

#ifdef _WIN32
// Turn off stack traces on Windows with ws(s): they slow down the logging so much that this test can fail.
// See #3048.
// Turn off stack trace collection and printing on Windows with ws(s): they slow down the logging so much that this
// test can fail. See #3048.
if (getTestProtocol(properties).find("ws") == 0)
{
properties->setProperty("Ice.PrintStackTraces", "0");
Expand Down

0 comments on commit addff79

Please sign in to comment.