Skip to content

Commit 346dd24

Browse files
committed
Fix for 1.0
1 parent 3f26b0d commit 346dd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_path_manager_timeout.jl

+1-1
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 = ErrorException
42-
expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
42+
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
4343
end
4444

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

0 commit comments

Comments
 (0)