Skip to content

Commit d73aee9

Browse files
fix: increase timeout
1 parent fad9010 commit d73aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/chrome/elements/pgp_block_modules/pgp-block-print-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class PgpBlockViewPrintModule {
1313
public printPGPBlock = async () => {
1414
// If printMailInfoHtml is not yet prepared, wait briefly to handle race conditions
1515
if (!this.printMailInfoHtml) {
16-
for (let i = 0; i < 6 && !this.printMailInfoHtml; i++) {
16+
for (let i = 0; i < 15 && !this.printMailInfoHtml; i++) {
1717
await Time.sleep(200);
1818
}
1919
}

0 commit comments

Comments
 (0)