Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add more sleep to branch creations
Sebastian Martinez committed 3 years ago
commit ab139cea8db9cc2045b48668baa28f3f76b465a7
parent 305c9677fd1ad9b6915b0aee1f793949d89de125
1 file changed +2 -0
modified tests/support/fixtures.ts
@@ -231,8 +231,10 @@ export async function createSeedFixture() {
  ]);
  await alice.git(["checkout", "feature/branch"]);
  await alice.git(["push", "rad"]);
+
  await sleep(2000);
  await alice.git(["checkout", "orphaned-branch"]);
  await alice.git(["push", "rad"]);
+
  await sleep(2000);
  const { stdout: rid } = await alice.rad(["inspect"]);
  await alice.rad(["track", bob.nodeId]);
  await sleep(2000);