Skip to content

Commit

Permalink
Increase timeout for building playground on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Jan 11, 2025
1 parent 9282a7f commit 147d524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
build_playground_linux:
name: Build Playground (Linux)
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 25
steps:
- uses: actions/checkout@v4
- name: 'Install Rust'
Expand All @@ -153,10 +153,12 @@ jobs:
- name: 'Build playground'
working-directory: ./playground
run: cargo leptos build -v
timeout-minutes: 20

- name: 'Build playground (server side graphviz)'
working-directory: ./playground
run: cargo leptos build --features "server_side_graphviz" -v
timeout-minutes: 20

build_and_test_windows:
name: Build and Test (Windows)
Expand Down

0 comments on commit 147d524

Please sign in to comment.