We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22e82c6 + f2fe0a8 commit a86db55Copy full SHA for a86db55
1 file changed
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