Index: trunk/ippToPsps/jython/fits.py
===================================================================
--- trunk/ippToPsps/jython/fits.py	(revision 39661)
+++ trunk/ippToPsps/jython/fits.py	(revision 39694)
@@ -29,5 +29,5 @@
        numtries = 0
        success = 0
-
+       time_wait=30
        while (numtries < 5 and success == 0):
            numtries = numtries +1
@@ -37,5 +37,6 @@
                self.logger.infoPair("success to read file", self.originalPath)
            else:  #if it fails, wait 30 seconds before looping
-               time.sleep(30)
+               time.sleep(time_wait)
+               time_wait= 120 #(first time, wait 30 seconds)
 
        if success == 0:
