summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );