From 55def8f5ce0dc69154a116dd9d5ccf39be4ecce9 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:12:11 -0700 Subject: [PATCH] build: add more retries for flaky test (#766) * fix: add more retries for flaky test --- packages/google-cloud-compute/system-test/compute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-compute/system-test/compute.js b/packages/google-cloud-compute/system-test/compute.js index 4bcff3fa195..38da1f38db1 100644 --- a/packages/google-cloud-compute/system-test/compute.js +++ b/packages/google-cloud-compute/system-test/compute.js @@ -328,7 +328,7 @@ describe('Compute', () => { it('instances update desc to an empty string', async function () { this.timeout(10 * 60 * 1000); - this.retries(3); + this.retries(10); await delay(this.test); const [instance] = await client.get({ project,