Fix flaky test crypto/decryption-failure.spec.ts "Decryption Failure Bar" (#10092)
This commit is contained in:
parent
39fe72e53a
commit
885d5098ab
2 changed files with 9 additions and 6 deletions
|
@ -163,6 +163,8 @@ function setupBotClient(
|
|||
}
|
||||
})
|
||||
.then(() => cli),
|
||||
// extra timeout, as this sometimes takes a while
|
||||
{ timeout: 30_000 },
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue