diff --git a/example-projects/tug-of-war-in-the-clouds/aws-boto3-standalone-db-autoscaling/start.py b/example-projects/tug-of-war-in-the-clouds/aws-boto3-standalone-db-autoscaling/start.py
index edb772c9b0502b06606309312db30524644f5498..e28516c4b7f2e24cb1f8faa4bde7d54937e63c4b 100644
--- a/example-projects/tug-of-war-in-the-clouds/aws-boto3-standalone-db-autoscaling/start.py
+++ b/example-projects/tug-of-war-in-the-clouds/aws-boto3-standalone-db-autoscaling/start.py
@@ -378,7 +378,7 @@ response = asClient.put_scaling_policy(
     AutoScalingGroupName='tug-of-war-asg-autoscalinggroup',
     PolicyName='tug-of-war-asg-scalingpolicy',
     PolicyType='TargetTrackingScaling',
-    EstimatedInstanceWarmup=30,
+    EstimatedInstanceWarmup=60,
     TargetTrackingConfiguration={
         'PredefinedMetricSpecification': {
             'PredefinedMetricType': 'ALBRequestCountPerTarget',