InitJobTest timeout separate-lookup-170056
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 05 Nov 2009 15:28:17 +0100
branchseparate-lookup-170056
changeset 8490c9d6f130ad5
parent 848 2d18efed4691
child 850 3698f1254400
InitJobTest timeout
openide.util/test/unit/src/org/openide/util/InitJobTest.java
     1.1 --- a/openide.util/test/unit/src/org/openide/util/InitJobTest.java	Mon Nov 02 13:19:34 2009 +0100
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/InitJobTest.java	Thu Nov 05 15:28:17 2009 +0100
     1.3 @@ -81,6 +81,11 @@
     1.4      protected boolean runInEQ() {
     1.5          return true;
     1.6      }
     1.7 +
     1.8 +    @Override
     1.9 +    protected int timeOut() {
    1.10 +        return 15000;
    1.11 +    }
    1.12      
    1.13      /** Basic testing of Utilities.attachInitJob, if calls to AsyncGUIJob
    1.14       * impl conforms to the API behaviour described in javadoc *