summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-07-03 15:54:52 -0400
committerBernard Normier <bernard@zeroc.com>2017-07-03 15:54:52 -0400
commitd30e9a64e5da48c931523acce9da1e6f30db5e84 (patch)
treedf25aae44c1d76c273589cff51b4193959d6f0ab /objective-c
parentAdded missing compatversion on macOS (diff)
downloadice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.bz2
ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.xz
ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.zip
Increased number of expected heartbeats
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/test/Ice/acm/AllTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/acm/AllTests.m b/objective-c/test/Ice/acm/AllTests.m
index 27ccbe31c48..dee17ea432c 100644
--- a/objective-c/test/Ice/acm/AllTests.m
+++ b/objective-c/test/Ice/acm/AllTests.m
@@ -400,7 +400,7 @@
[_cond lock];
@try
{
- test(_heartbeat >= 2);
+ test(_heartbeat >= 6);
}
@finally
{