On 02/08/2018 04:15 AM, Daniel P. Berrangé wrote:
> diff --git a/scripts/nwfilter/nwfilter_concurrent.sh
b/scripts/nwfilter/nwfilter_concurrent.sh
> index 4c9b878..359e2ab 100644
> --- a/scripts/nwfilter/nwfilter_concurrent.sh
> +++ b/scripts/nwfilter/nwfilter_concurrent.sh
> @@ -242,9 +242,9 @@ runTest()
>
> [ $? -ne 0 ] && rm -rf "${tmpdir}" && return 1;
>
> - # Test runs for a maximum of 5 minutes
> + # Test runs for a maximum of 10 minutes
> now=`date +%s`
> - test_end=$(($now + 5 * 60))
> + test_end=$(($now + 10 * 60))
>
> while :;
> do
Just split that into a second patch if still needed
Oops. I had that in for debugging and forgot to remove it.