Skip to content

Commit

Permalink
fix(ci): increase timeout, cache updater fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 15, 2024
1 parent 649e01f commit 328b11f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
workspaces: |
core -> ../target
tooling/cli
core/tests/app-updater/tests/fixtures/tauri-v1
core/tests/app-updater/tests/fixtures/tauri-v2/src-tauri
- name: build CLI
run: cargo build --manifest-path ./tooling/cli/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion core/tests/app-updater/tests/fixtures/tauri-v1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() {
tauri::async_runtime::spawn(async move {
match handle
.updater()
.timeout(Duration::from_secs(1))
.timeout(Duration::from_secs(15))
.check()
.await
{
Expand Down

0 comments on commit 328b11f

Please sign in to comment.