We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19a6bb commit 779b750Copy full SHA for 779b750
test/cmdlineargs.jl
@@ -798,7 +798,10 @@ let exename = `$(Base.julia_cmd()) --startup-file=no --color=no`
798
799
# --worker takes default / custom as argument (default/custom arguments
800
# tested in test/parallel.jl)
801
- @test errors_not_signals(`$exename --worker=true`)
+ # shorten the worker timeout as this test relies on it timing out
802
+ withenv("JULIA_WORKER_TIMEOUT" => "10") do
803
+ @test errors_not_signals(`$exename --worker=true`)
804
+ end
805
806
# --trace-compile
807
let
0 commit comments