Skip to content

Commit 6fb39c5

Browse files
authored
Update error_path_manager_timeout.jl
1 parent 0b6deb4 commit 6fb39c5

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)