Skip to content

Commit 3844513

Browse files
committed
test: align release timeout budget expectations
(cherry picked from commit a185ca2)
1 parent 6b52105 commit 3844513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scripts/package-acceptance-workflow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ describe("package artifact reuse", () => {
978978
}
979979

980980
expect(fullRelease.jobs?.release_checks?.["timeout-minutes"]).toBe(
981-
"${{ inputs.release_profile == 'full' && 240 || 60 }}",
981+
"${{ inputs.release_profile != 'minimum' && 240 || 60 }}",
982982
);
983983
expect(fullRelease.jobs?.prepare_release_package?.["timeout-minutes"]).toBe(15);
984984
expect(releaseChecks.jobs?.prepare_release_package?.["timeout-minutes"]).toBe(15);

0 commit comments

Comments
 (0)