Skip to content

Commit 751b08c

Browse files
committed
Update error_path_manager_timeout.jl
1 parent 52b7d18 commit 751b08c

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
@@ -39,7 +39,7 @@ mktempdir() do tmpdir
3939
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
4040
else
4141
expected_outer_ex_T = Base.IOError
42-
expected_inner_ex_INSTANCE = Base.IOError("hello world")
42+
expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
4343
end
4444

4545
mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)

0 commit comments

Comments
 (0)