Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix test speed regression
cloudhead committed 2 years ago
commit f282e09dce21afc1655496bdf25b08a5f568697e
parent 2536efcb55756d227220bb63dde0a8d7b1e01ca0
2 files changed +3 -2
modified radicle-cli/examples/rad-sync.md
@@ -38,7 +38,7 @@ $ rad sync --fetch
Specifying both `--fetch` and `--announce` is equivalent to specifying none:

``` (fail)
-
$ rad sync --fetch --announce
+
$ rad sync --fetch --announce --timeout 1
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6Mkux1…nVhib7Z..
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6Mkt67…v4N1tRk..
✓ Fetched repository from 2 seed(s)
modified radicle-cli/tests/commands.rs
@@ -571,7 +571,8 @@ fn rad_clone_connect() {

    let eve = eve.spawn();

-
    bob.handle.track_repo(acme, Scope::All).unwrap();
+
    alice.handle.track_repo(acme, Scope::Trusted).unwrap();
+
    bob.handle.track_repo(acme, Scope::Trusted).unwrap();
    alice.connect(&bob);
    bob.routes_to(&[(acme, alice.id)]);
    eve.routes_to(&[(acme, alice.id), (acme, bob.id)]);