Skip to content

Commit c09fa55

Browse files
Bump time ratio limit
1 parent 75db180 commit c09fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MatrixFields/operator_matrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ end
302302
ᶠuvw,
303303
ᶜadvect(ᶠuvw, ᶜwinterp(ᶠscalar, ᶠrbias(ᶜlbias(ᶠinterp(ᶜnested))))),
304304
)),
305-
time_ratio_limit = 20, # This case's ref function is fast on Buildkite.
305+
time_ratio_limit = 25, # This case's ref function is fast on Buildkite.
306306
test_broken_with_cuda = true, # TODO: Fix this.
307307
)
308308

0 commit comments

Comments
 (0)