Skip to content

Commit 79363b2

Browse files
test: try and make FMI test more consistent
1 parent cfc5b09 commit 79363b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fmi/fmi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ end
157157
@testset "v2, CS" begin
158158
fmu = loadFMU(joinpath(FMU_DIR, "SimpleAdder.fmu"); type = :CS)
159159
@named adder = MTK.FMIComponent(
160-
Val(2); fmu, type = :CS, communication_step_size = 1e-4,
160+
Val(2); fmu, type = :CS, communication_step_size = 1e-6,
161161
reinitializealg = BrownFullBasicInit())
162162
@test MTK.isinput(adder.a)
163163
@test MTK.isinput(adder.b)

0 commit comments

Comments
 (0)