Skip to content

Commit

Permalink
Update cmdlineargs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Jan 27, 2025
1 parent 623fbde commit 8ae7217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineargs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ let exename = `$(Base.julia_cmd()) --startup-file=no --color=no`
# --worker takes default / custom as argument (default/custom arguments
# tested in test/parallel.jl)
# shorten the worker timeout as this test relies on it timing out
withenv("JULIA_WORKER_TIMEOUT" => "5") do
withenv("JULIA_WORKER_TIMEOUT" => "10") do
@test errors_not_signals(`$exename --worker=true`)
end

Expand Down

0 comments on commit 8ae7217

Please sign in to comment.