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 bbde01a commit d8e4accCopy full SHA for d8e4acc
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);
73
74
0 commit comments