X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPython%2FTest%2FTest_Python_Local_SH.py;fp=src%2FPython%2FTest%2FTest_Python_Local_SH.py;h=e5c2d0adcb68e69dc27621dbcc8c08cebeeeb0e9;hb=ea5dc8622278b247ec54f916d1ff58c71610b040;hp=fddae1d3fafd4e2d2ac42856e858f09adfdeed56;hpb=fefa8959782a9110475f391d4ced86554a78a508;p=tools%2Flibbatch.git diff --git a/src/Python/Test/Test_Python_Local_SH.py b/src/Python/Test/Test_Python_Local_SH.py index fddae1d..e5c2d0a 100644 --- a/src/Python/Test/Test_Python_Local_SH.py +++ b/src/Python/Test/Test_Python_Local_SH.py @@ -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()