From 01f8154110a29e97fa72775b737977ac034c6aa2 Mon Sep 17 00:00:00 2001
From: Marcin S <marcin@bytedude.com>
Date: Thu, 24 Nov 2022 08:06:56 -0500
Subject: [PATCH] ig: Fix description of execution retry delay (#6342)

The delay is 3s and not 1s. I removed the reference to a specific number of
seconds as it may be too specific for a high-level description.
---
 .../implementers-guide/src/node/utility/candidate-validation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md b/polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md
index 07d7c09bf2f..4e67be06915 100644
--- a/polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md
+++ b/polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md
@@ -67,7 +67,7 @@ or time out). We will only retry preparation if another request comes in after
 resolved. We will retry up to 5 times.
 
 If the actual **execution** of the artifact fails, we will retry once if it was
-an ambiguous error after a 1 second delay, to allow any potential transient
+an ambiguous error after a brief delay, to allow any potential transient
 conditions to clear.
 
 #### Preparation timeouts
-- 
GitLab