Index: trunk/ippTasks/staticsky.pro
===================================================================
--- trunk/ippTasks/staticsky.pro	(revision 38517)
+++ trunk/ippTasks/staticsky.pro	(revision 42098)
@@ -145,4 +145,7 @@
 
   task.exec
+    # if we are unable to run the 'exec', use a long retry time
+    periods -exec $RUNEXEC
+
     book npages staticskyResult -var N
     if ($N == 0) break
@@ -198,4 +201,6 @@
       echo command $run
     end
+    # if we are able to run the 'exec', use a short retry time
+    periods -exec 0.05
     command $run
   end
