test: relax remaining linux timeouts
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user