diff --git a/test/test_loopy.py b/test/test_loopy.py index ba695a5df3690d39a12134fe561d4b5dbf02893b..57e7476877d1ed85b543ec4a8a020b32426b1d50 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -1071,11 +1071,11 @@ def test_triangle_domain(ctx_factory): print lp.CompiledKernel(ctx, knl).get_highlighted_code() -def test_array_with_offset(ctx_factory): +def test_offsets_and_slicing(ctx_factory): ctx = ctx_factory() queue = cl.CommandQueue(ctx) - n = 5 + n = 20 knl = lp.make_kernel(ctx.devices[0], [ "{[i,j]: 0<=i