summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-01 15:10:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-01 15:22:25 +0100
commitba0b7bca69ff7ca125c6af3bb81752f0a58fcc56 (patch)
tree3e8e3cadb5b526ee3a49442aefb381b277e71ece
parentNo need for aliases here (diff)
downloadcore-ba0b7bca69ff7ca125c6af3bb81752f0a58fcc56.tar.gz
core-ba0b7bca69ff7ca125c6af3bb81752f0a58fcc56.zip
Increase test timeout
...it now matches the duration of another nearby timeout in the code, and it happened to cause a parallel "make check" to sometimes fail on a slow MacBook. Change-Id: If8bddb82a05c46637fdc2fcc3373411fcb37a466
-rw-r--r--sfx2/qa/complex/sfx2/UndoManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index bc342f24002b..47734bfe9683 100644
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -179,7 +179,7 @@ public class UndoManager
impl_clickButton( buttonModel );
// the macro is executed asynchronously by the button, so wait at most 2 seconds for the callback to be
// triggered
- impl_waitFor( m_callbackCondition, 2000 );
+ impl_waitFor( m_callbackCondition, 20000 );
// check the callback has actually been called
assertTrue( "clicking the test button did not work as expected - basic script not called", m_callbackCalled );