fix(ci): clean poll-timeout test merge artifact

This commit is contained in:
Peter Steinberger
2026-04-06 17:06:11 +01:00
parent 645c331200
commit bedfa576a3

View File

@@ -37,8 +37,6 @@ async function pollSession(
...(timeout === undefined ? {} : { timeout }),
} as unknown as Parameters<ReturnType<typeof createProcessTool>["execute"]>[1];
return processTool.execute(callId, args);
} as unknown as Parameters<ReturnType<typeof createProcessTool>["execute"]>[1];
return processTool.execute(callId, args);
}
function retryMs(result: Awaited<ReturnType<ReturnType<typeof createProcessTool>["execute"]>>) {