File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 project_id = "red-101"
286286 machine_type = "n2-standard-16"
287287 desired_capacity = ${{ env.DESIRED_CAPACITY }}
288- num_infinia_instances = ${ INFINIA_INSTANCES}
288+ num_infinia_instances = $INFINIA_INSTANCES
289289 num_clients = ${{ env.NUM_CLIENTS }}
290290 #local_disks = 4
291291 pd_disk_size = 64
@@ -413,8 +413,8 @@ jobs:
413413 echo "✅ redcli login successful"
414414
415415 # Wait for cluster formation and node discovery
416- echo "⏳ Waiting 15 minutes for all nodes to join cluster and complete discovery..."
417- sleep 900 # 15 minutes = 900 seconds
416+ echo "⏳ Waiting 5 minutes for all nodes to join cluster and complete discovery..."
417+ sleep 300 # 5 minutes = 300 seconds
418418
419419 # Test redcli inventory show
420420 echo "🔍 Testing redcli inventory show..."
You can’t perform that action at this time.
0 commit comments