0c2e1ae609
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
13 lines
404 B
C++
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
|
|
|