We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d880a commit 832827aCopy full SHA for 832827a
system-test/auth.test.ts
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
69
});
70
const vms = result.data;
71
assert.strictEqual(typeof vms.kind, 'string');
72
- }).timeout(10000);
+ }).timeout(20000);
73
74
0 commit comments