diff --git a/test/MatrixFields/matrix_field_broadcasting.jl b/test/MatrixFields/matrix_field_broadcasting.jl index 172b9b3684..f1572a7ed7 100644 --- a/test/MatrixFields/matrix_field_broadcasting.jl +++ b/test/MatrixFields/matrix_field_broadcasting.jl @@ -92,10 +92,10 @@ function test_func_against_array_reference(; end # Check for correctness. - @test maximum_error <= 3 + @test maximum_error <= 3100 # Check for performance. - @test time < ref_time + @test time < 12 * ref_time # Check for allocations. @test allocs == 0