Skip to content

Commit

Permalink
fix: updated proto annotations (#258)
Browse files Browse the repository at this point in the history
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* test: increase timeout for before and after block

Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
2 people authored and Ace Nassri committed Nov 11, 2022
1 parent ed5a4ad commit 1e94f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kms/system-test/kms.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ describe('kms sample tests', () => {
let signature;

before(async function() {
this.timeout(10000);
// KMS keys can be created but still in "pending generation" state. This
// waits for the key version to reach the desired state.
const waitForState = async (name, state) => {
Expand Down Expand Up @@ -374,6 +375,7 @@ describe('kms sample tests', () => {
});

after(async function() {
this.timeout(10000);
await client.destroyCryptoKeyVersion({name: decryptKeyVersionId});
await client.destroyCryptoKeyVersion({name: signKeyVersionId});
});
Expand Down

0 comments on commit 1e94f6b

Please sign in to comment.