Skip to content

Commit 5de2fed

Browse files
committed
chore: increase timeout for auth test
1 parent ada2c21 commit 5de2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('google.auth', async () => {
5353
});
5454
const vms = result.data;
5555
assert.strictEqual(typeof vms.kind, 'string');
56-
});
56+
}).timeout(20000);
5757
});
5858

5959
describe('new google.auth.GoogleAuth', async () => {

0 commit comments

Comments
 (0)