diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-10-18 12:16:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-10-18 12:16:17 +0000 |
commit | d9190434832090b32e4be440488492349c170a4f (patch) | |
tree | aa3b8cb53b5f31638d7461de912d3e65ddca1328 /forms/qa/integration | |
parent | 554207a0ff7e92389542d65b32f391d7dc437a5d (diff) |
INTEGRATION: CWS dba205b (1.5.6); FILE MERGED
2006/09/13 11:33:00 fs 1.5.6.1: some delay before the sheet must have been selected
Diffstat (limited to 'forms/qa/integration')
-rw-r--r-- | forms/qa/integration/forms/ListSelection.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/qa/integration/forms/ListSelection.java b/forms/qa/integration/forms/ListSelection.java index 9316857b62f5..f8b585cc41be 100644 --- a/forms/qa/integration/forms/ListSelection.java +++ b/forms/qa/integration/forms/ListSelection.java @@ -4,9 +4,9 @@ * * $RCSfile: ListSelection.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-08-15 10:31:25 $ + * last change: $Author: ihi $ $Date: 2006-10-18 13:16:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,7 +115,7 @@ public class ListSelection extends integration.forms.TestCase implements com.sun { try { - final int runs = 20; + final int runs = 10; java.util.Random generator = new java.util.Random(); for ( int i = 0; i < runs; ++i ) { @@ -146,7 +146,7 @@ public class ListSelection extends integration.forms.TestCase implements com.sun { synchronized( this ) { - this.wait( 200 ); + this.wait( 500 ); } } catch( java.lang.InterruptedException e ) { } |