Skip to content

Commit 0c9e1b8

Browse files
authored
test(lib-storage): increase timeout for checksum calculation (#7249)
1 parent 425c003 commit 0c9e1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ describe("@aws-sdk/lib-storage", () => {
145145
});
146146
}
147147
);
148-
}, 45_000);
148+
}, 60_000);

0 commit comments

Comments
 (0)