freebsd-ports/devel/ice37/files/patch-cpp-test-IceUtil-priority-PriorityInversion.cpp
Michael Gmelin 0c2e1ae609 Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
Upgrading from Ice 3.6 isn't trivial, as it requires application
code changes. Therefore a new set of ports was created.

Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa).

PR:		221141
2018-08-27 16:37:53 +00:00

13 lines
404 B
C++

--- cpp/test/IceUtil/priority/PriorityInversion.cpp.orig 2018-04-20 15:02:08 UTC
+++ cpp/test/IceUtil/priority/PriorityInversion.cpp
@@ -342,8 +342,8 @@ PriorityInversionTest::run()
return; // Mutex protocol PrioInherit not supported
}
cores = static_cast<int>(sysconf(_SC_NPROCESSORS_ONLN));
- high = 45;
- medium = 35;
+ high = 31;
+ medium = 15;
low = 1;
#endif