diff --git a/azure_script/run_xmr_stak.pl b/azure_script/run_xmr_stak.pl
index 7a36d28782f1bfb9713545864f7d187e77ca125a..96edde0432266c37ad737578a82f8ed77b444365 100755
--- a/azure_script/run_xmr_stak.pl
+++ b/azure_script/run_xmr_stak.pl
@@ -318,7 +318,7 @@ sub RunXMRStak{
 }
 
 
-my $runtime= 40;
+my $runtime= 20;
 
 #run xmr-stak for some time and 
 #return the average hash-rate
@@ -369,7 +369,7 @@ do
     $Intensity=$Threads;
     
     my $base;
-    my $displayTime=30;
+    my $displayTime=15;
     
     CreateUserConfig($Threads, $Intensity,$displayTime);
     $base=GetHashRate();