You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(storage): add integration tests for progress stall timeout uploads
Cover the happy path for both single-part and multipart S3 uploads when a
ProgressStallTimeout is set on the upload options. The stall timer must
not break a successful upload; these tests assert that the option flows
end-to-end through the worker pipeline without affecting normal completion.
Mirrors the unit-tested integration coverage retained in the iOS PR.
0 commit comments