Skip to content

Commit

Permalink
Fix for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Feb 9, 2025
1 parent 3f26b0d commit 346dd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error_path_manager_timeout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mktempdir() do tmpdir
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
else
expected_outer_ex_T = ErrorException
expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
end

mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)
Expand Down

0 comments on commit 346dd24

Please sign in to comment.