test: relax remaining linux timeouts

This commit is contained in:
Dax Raad
2026-05-12 03:07:16 -04:00
parent 5bca8db666
commit 796219afb1
2 changed files with 6 additions and 5 deletions
@@ -80,6 +80,7 @@ describe("worktree endpoint reproduction", () => {
body: JSON.stringify({}),
}),
"direct worktree create",
15_000,
)
expect(response.status).toBe(200)
@@ -102,7 +103,7 @@ describe("worktree endpoint reproduction", () => {
body: JSON.stringify({ type: "worktree", branch: null }),
}),
"workspace worktree create",
8_000,
15_000,
)
expect(response.status).toBe(200)
@@ -736,7 +736,7 @@ it.live(
}),
{ git: true, config: providerCfg },
),
10_000,
3_000,
)
it.live(
@@ -762,7 +762,7 @@ it.live(
}),
{ git: true, config: providerCfg },
),
10_000,
3_000,
)
// Cancel semantics
@@ -906,7 +906,7 @@ it.live(
}),
{ git: true, config: providerCfg },
),
10_000,
3_000,
)
it.live(
@@ -979,7 +979,7 @@ it.live(
}),
{ git: true, config: providerCfg },
),
3_000,
10_000,
)
it.live(