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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 },
);
});
}