Skip to content

Commit 80097fd

Browse files
committed
test(lib-storage): add timeout for long running test
1 parent adc4d1e commit 80097fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lib-storage/src/Upload.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ describe(Upload.name, () => {
571571
TagSet: tags,
572572
},
573573
});
574-
});
574+
}, 30_000);
575575

576576
it("should validate partsize", () => {
577577
try {

0 commit comments

Comments
 (0)