Salome HOME
Added Windows implementation for local submission based on sh and rsh (partial and...
[tools/libbatch.git] / src / Python / Test / Test_Python_Local_SH.py
index fddae1d3fafd4e2d2ac42856e858f09adfdeed56..e5c2d0adcb68e69dc27621dbcc8c08cebeeeb0e9 100644 (file)
@@ -70,7 +70,7 @@ def work():
     # Wait for the end of the job
     state = 'Unknown'
     i=0
-    while state != 'Done' and i<10:
+    while state != 'Done' and i<20:
         time.sleep(0.1)
         i+=1
         jinfo = jobid.queryJob()