Fix flaky test crypto/decryption-failure.spec.ts "Decryption Failure Bar" (#10092)

This commit is contained in:
Michael Weimann
2023-02-07 08:45:13 +01:00
committed by GitHub
parent 39fe72e53a
commit 885d5098ab
2 changed files with 9 additions and 6 deletions

View File

@@ -163,6 +163,8 @@ function setupBotClient(
}
})
.then(() => cli),
// extra timeout, as this sometimes takes a while
{ timeout: 30_000 },
);
});
}