Skip to content

Commit a86db55

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 22e82c6 + f2fe0a8 commit a86db55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
6969
});
7070
const vms = result.data;
7171
assert.strictEqual(typeof vms.kind, 'string');
72-
});
72+
}).timeout(10000);
7373
});
7474
});

0 commit comments

Comments
 (0)