[Piglit] [PATCH] framework/test: Add default 1min timeout to all OpenCL tests
Dylan Baker
dylan at pnwbakers.com
Mon Jun 24 21:14:47 UTC 2019
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Quoting Jan Vesely (2019-06-22 16:48:56)
> On Wed, Jun 5, 2019 at 11:47 PM Jan Vesely <jan.vesely at rutgers.edu> wrote:
> >
> > From: Jan Vesely <jano.vesely at gmail.com>
> >
> > Signed-off-by: Jan Vesely <jano.vesely at gmail.com>
> > ---
> > framework/test/piglit_test.py | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py
> > index 166c2f792ca..b4e6eb444e0 100644
> > --- a/framework/test/piglit_test.py
> > +++ b/framework/test/piglit_test.py
> > @@ -215,6 +215,7 @@ class PiglitCLTest(PiglitBaseTest): # pylint: disable=too-few-public-methods
> >
> > """
> > def __init__(self, command, run_concurrent=CL_CONCURRENT, **kwargs):
> > + self.timeout = 60
> > super(PiglitCLTest, self).__init__(command, run_concurrent, **kwargs)
> >
>
> ping (+fix Dylan's email)
>
> Jan
>
> >
> > --
> > 2.21.0
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20190624/f7d662aa/attachment.sig>
More information about the Piglit
mailing list