We are evaluating a switch to the Github Issue Tracker and contribution
model in the moment.
This would free OPS4J from technical infrastructure hassles open even
broader participation due to better availability.

Sorry for the inconvenience!
Your issue will be addressed soon'ish.

Toni

On Fri, Apr 29, 2011 at 3:48 PM, Sanjeeb Sahoo <[email protected]> wrote:

> Thank you for filing it. I would like this issue to be addressed in 2.0
> release and I think it is simple issue. I could not register myself in ops4j
> JIRA, so I am using this email to show the diff that I applied in my
> workspace as a temporary measure. I am sure someone with knowledge of
> pax-exam will come up with a better solution.
>
> ss141213@Sahoo:~/WS/pax.new/org.ops4j.pax.exam2/containers/pax-exam-container-native$
> git diff
> diff --git
> a/containers/pax-exam-container-native/src/main/java/org/ops4j/pax/exam/nat/internal/NativeTestContainer.java
> b/containers/pax-exam-container-native/src/main/java/org
> index 92821ac..d56e8d4 100644
> ---
> a/containers/pax-exam-container-native/src/main/java/org/ops4j/pax/exam/nat/internal/NativeTestContainer.java
> +++
> b/containers/pax-exam-container-native/src/main/java/org/ops4j/pax/exam/nat/internal/NativeTestContainer.java
> @@ -181,7 +181,9 @@ public class NativeTestContainer implements
> TestContainer
>              {
>                  LOG.debug( "Framework goes down.." );
>                  m_framework.stop();
> -                m_framework.waitForStop( 1000 );
> +                String s =
> m_properties.get("pax-exam.framework.shutdown.timeout");
> +                Long timeout = s != null ? Long.valueOf(s) : 1000;
> +                m_framework.waitForStop(timeout);
>                  m_framework = null;
>
>              } catch( BundleException e )
>
> Sahoo
>
>
> On Fri, Apr 29, 2011 at 4:18 PM, Toni Menzel <[email protected]> wrote:
>
>> Thanks!
>> http://issues.ops4j.org/browse/PAXEXAM-219
>>  <http://issues.ops4j.org/browse/PAXEXAM-219>
>>
>> On Fri, Apr 29, 2011 at 9:20 AM, Sanjeeb Sahoo <[email protected]>wrote:
>>
>>> org/ops4j/pax/exam/nat/internal/NativeTestContainer.java has hard coded
>>> the timeout to be 1000 ms as shown below:
>>>
>>>                 m_framework.waitForStop( 1000 );
>>>
>>> Can this be configurable please?
>>>
>>> Thanks,
>>>  Sahoo
>>>
>>> _______________________________________________
>>> general mailing list
>>> [email protected]
>>> http://lists.ops4j.org/mailman/listinfo/general
>>>
>>>
>>
>>
>> --
>> Toni Menzel Source <http://tonimenzel.com>
>>
>>
>> _______________________________________________
>> general mailing list
>> [email protected]
>> http://lists.ops4j.org/mailman/listinfo/general
>>
>>
>


-- 
Toni Menzel Source <http://tonimenzel.com>
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to