Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/dockerfiles/ubuntu_2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ ARG JULIA_BINDINGS_REF
USER precice
WORKDIR /home/precice

RUN curl -fsSL https://install.julialang.org | sh -s -- --default-channel=lts --yes
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes
ENV PATH="/home/precice/.juliaup/bin:$PATH"
### end of julia_bindings stage ###


Expand Down
2 changes: 1 addition & 1 deletion tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ test_suites:
case_combination:
- capacitor-julia
- coil-julia
timeout: 900
timeout: 1200
reference_result: ./resonant-circuit/reference-results/capacitor-julia_coil-julia.tar.gz

resonant-circuit_capacitor-python_coil-python:
Expand Down