From a3e8497538e4ad982b6107bf9bf77b341fb1a161 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 --- system-test/compute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/compute.js b/system-test/compute.js index 4bcff3fa..38da1f38 100644 --- a/system-test/compute.js +++ b/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,