test: tighten bash timeout poll upper bound
This commit is contained in:
parent
c5904da85a
commit
b1a97e77ca
@ -167,7 +167,7 @@ describe("exec tool backgrounding", () => {
|
||||
});
|
||||
return (poll.details as { status: string }).status;
|
||||
},
|
||||
{ timeout: 3000, interval: POLL_INTERVAL_MS },
|
||||
{ timeout: 1500, interval: POLL_INTERVAL_MS },
|
||||
)
|
||||
.toBe("failed");
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user