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 b893d0c commit bf66cdaCopy full SHA for bf66cda
packages/google-cloud-compute/system-test/compute.js
@@ -281,6 +281,8 @@ describe('Compute', () => {
281
282
it('instances patch', async function () {
283
this.timeout(10 * 60 * 1000);
284
+ this.retries(3);
285
+ await delay(this.test);
286
const [stopResponse] = await client.stop({
287
project,
288
zone,
@@ -326,6 +328,8 @@ describe('Compute', () => {
326
328
327
329
it('instances update desc to an empty string', async function () {
330
331
332
333
const [instance] = await client.get({
334
335
0 commit comments