Skip to content

Commit e9d24f7

Browse files
authored
Update error_path_manager_timeout.jl
1 parent 741477e commit e9d24f7

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
@@ -36,7 +36,7 @@ mktempdir() do tmpdir
3636
withenv(new_env...) do
3737
@info "with new PATH" Sys.which("srun")
3838

39-
if Base.VERSION >= v"1.1"
39+
if Base.VERSION >= v"1.2-"
4040
expected_outer_ex_T = TaskFailedException
4141
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
4242
else

0 commit comments

Comments
 (0)