Skip to content

Commit

Permalink
Increase time_ratio_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Aug 1, 2023
1 parent 42cbbfd commit e8d4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MatrixFields/matrix_field_broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function test_matrix_broadcast_against_array_reference(;
set_result!::F2,
get_temp_values::F3 = (_...) -> (),
ref_set_result!::F4,
time_ratio_limit = 1,
time_ratio_limit = 10,
max_eps_error_limit = 7,
test_broken_with_cuda = false,
) where {F1, F2, F3, F4}
Expand Down

0 comments on commit e8d4307

Please sign in to comment.