Skip to content

Commit 1e0adb6

Browse files
authored
Update error_path_manager_timeout.jl
1 parent c334a3f commit 1e0adb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_path_manager_timeout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mktempdir() do tmpdir
4040
expected_inner_ex_T = ErrorException
4141
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
4242
mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)
43-
observed_outer_ex = @test_throws expected_ex Distributed.addprocs(mgr)
43+
observed_outer_ex = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
4444
@info "" observed_outer_ex # TODO: Delete this line
4545
@show dump(observed_outer_ex) # TODO: Delete this line
4646
@test observed_outer_ex isa expected_outer_ex_T

0 commit comments

Comments
 (0)