mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
try with slient and longer wait between runs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"endpoints": ["http://localhost:3007"],
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUwNDRGMjkwRjg2MDhCRDAKUldUUWkyRDRrUEpFNEQ4SmdwcU5PaXl6R2ZRUUNvUnhIaVkwVUltV0NMaEx6VTkrWVhpT0ZqeEEK",
|
||||
"windows": {
|
||||
"installMode": "passive"
|
||||
"installMode": "quiet"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -161,7 +161,7 @@ fn test_update(app: &Path, update_bundle: PathBuf, signature: PathBuf, target: &
|
||||
}
|
||||
|
||||
// wait for the update to finish
|
||||
std::thread::sleep(std::time::Duration::from_secs(10));
|
||||
std::thread::sleep(std::time::Duration::from_secs(20));
|
||||
|
||||
// run again
|
||||
let status = app_cmd.status().expect("failed to run new app");
|
||||
@@ -281,8 +281,8 @@ fn app() {
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn it_updates() {
|
||||
#[cfg(windows)]
|
||||
nsis();
|
||||
// #[cfg(windows)]
|
||||
// nsis();
|
||||
// MSI test should be the last one
|
||||
#[cfg(windows)]
|
||||
msi();
|
||||
|
||||
Reference in New Issue
Block a user