From d2979452fef41b419429a6c8f6e99f6999aa0c08 Mon Sep 17 00:00:00 2001
From: Jeev B <jeevb@users.noreply.github.com>
Date: Wed, 1 Nov 2023 13:15:21 -0700
Subject: [PATCH] Increase sleep seconds when waiting for sandbox (#442)

Signed-off-by: Jeev B <jeevb@users.noreply.github.com>
---
 .github/workflows/checks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 2c036ba3a4..211a7aab5b 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -85,7 +85,7 @@ jobs:
           # to serve requests when the above command exits successfully.
           # Fixed in: https://github.com/flyteorg/flyte/pull/4348
           # TODO (jeev): Remove this when ^ is released.
-          sleep 5
+          sleep 10
       - name: Setup flytectl config
         run: bin/flytectl config init
       - name: Register cookbook