We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ef0e6 commit 4c4e47bCopy full SHA for 4c4e47b
test/jobs-exposed-port-live.jl
@@ -69,7 +69,7 @@ end
69
alias="exposed-port-no-image", auth,
70
)
71
try
72
- test_job_with_exposed_port(job; port=23456, check_input=true)
+ test_job_with_exposed_port(job; port=30000, check_input=true)
73
finally
74
# Kill the job, since we don't want the job to run unnecessarily long
75
JuliaHub.kill_job(job)
0 commit comments