Skip to content

Commit bb93925

Browse files
committed
debug: doctests with periodsleep
1 parent e0bd9e5 commit bb93925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ ms. Can be used to implement simple soft real-time simulations, see the example
310310
311311
# Examples
312312
```jldoctest
313-
julia> model = LinModel(tf(2, [0.3, 1]), 0.01);
313+
julia> model = LinModel(tf(2, [0.3, 1]), 0.1);
314314
315315
julia> function sim_realtime!(model)
316316
t_0 = time()

0 commit comments

Comments
 (0)