From 35f91ea4308c92c12ce5b7ea3d880ea2b7bcf78c Mon Sep 17 00:00:00 2001 From: Chuck D'Antonio Date: Thu, 20 Jun 2024 14:59:13 +0200 Subject: [PATCH] Bumps up unnaturally short time limit (#344) TL;DR ----- Fixes time limit on Distributing Your Application with Replicated Details ------- At some point along the way, I misunderstood which file I was working in and ended up setting the timeout for the entire "Distributing Your Application with Replicated" lab to ten minutes. This change addresses that. --- instruqt/distributing-with-replicated/track.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/instruqt/distributing-with-replicated/track.yml b/instruqt/distributing-with-replicated/track.yml index d3959a173..a516f7c19 100755 --- a/instruqt/distributing-with-replicated/track.yml +++ b/instruqt/distributing-with-replicated/track.yml @@ -12,7 +12,6 @@ description: |- * Prepare customer entitlements * Understand your customer's application instance icon: https://storage.googleapis.com/shared-lab-assets/icons/red/appslug.png -level: beginner tags: - builders-plan - helm @@ -20,11 +19,13 @@ tags: owner: replicated developers: - chuck@replicated.com -timelimit: 600 +timelimit: 2100 lab_config: overlay: false width: 33 position: right feedback_recap_enabled: true loadingMessages: true -checksum: "7911887612029781210" + lab_v2: false + hideStopButton: false +checksum: "3447726368566940438"