From e0eb9b96f7137e1d4ad4f8b7224cb8b6145ad77c Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Tue, 13 Jul 2021 14:55:11 +0100
Subject: [PATCH] SL-15572 - Possible fix for codeticket upload issue

---
 build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sh b/build.sh
index 3b0cf97731c..89e44926719 100755
--- a/build.sh
+++ b/build.sh
@@ -449,6 +449,7 @@ then
       # Upload additional packages.
       for package_id in $additional_packages
       do
+        sleep 240
         package=$(installer_$arch "$package_id")
         if [ x"$package" != x ]
         then
-- 
GitLab