We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad9010 commit d73aee9Copy full SHA for d73aee9
1 file changed
extension/chrome/elements/pgp_block_modules/pgp-block-print-module.ts
@@ -13,7 +13,7 @@ export class PgpBlockViewPrintModule {
13
public printPGPBlock = async () => {
14
// If printMailInfoHtml is not yet prepared, wait briefly to handle race conditions
15
if (!this.printMailInfoHtml) {
16
- for (let i = 0; i < 6 && !this.printMailInfoHtml; i++) {
+ for (let i = 0; i < 15 && !this.printMailInfoHtml; i++) {
17
await Time.sleep(200);
18
}
19
0 commit comments