From ff970e88e5240b8a3bb28fe5ce105ef44ffcd4ca Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 2 Dec 2021 07:38:04 +0100 Subject: [PATCH] Revert "smoke - :up: retry timeout" This reverts commit d60b844aa3192971757eb28dd8cef5a6a4ee063b. --- test/automation/src/code.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automation/src/code.ts b/test/automation/src/code.ts index 3d1743e0f28..45389defd0e 100644 --- a/test/automation/src/code.ts +++ b/test/automation/src/code.ts @@ -66,7 +66,7 @@ async function poll( fn: () => Thenable, acceptFn: (result: T) => boolean, timeoutMessage: string, - retryCount: number = 400, + retryCount: number = 200, retryInterval: number = 100 // millis ): Promise { let trial = 1;