We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f26b0d commit 346dd24Copy full SHA for 346dd24
test/error_path_manager_timeout.jl
@@ -39,7 +39,7 @@ mktempdir() do tmpdir
39
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
40
else
41
expected_outer_ex_T = ErrorException
42
- expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
+ expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
43
end
44
45
mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)
0 commit comments