Skip to content

Commit 832827a

Browse files
committed
chore: increase test timeout duration
1 parent 04d880a commit 832827a

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
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
6969
});
7070
const vms = result.data;
7171
assert.strictEqual(typeof vms.kind, 'string');
72-
}).timeout(10000);
72+
}).timeout(20000);
7373
});
7474
});

0 commit comments

Comments
 (0)