change default timeout

fix outname bug  in  drillcncjob
This commit is contained in:
Kamil Sopko
2016-04-10 11:10:25 +02:00
parent fae9875dd8
commit 26a8b7347b
2 changed files with 3 additions and 3 deletions

View File

@@ -291,8 +291,8 @@ class TclCommandSignaled(TclCommand):
it handles all neccessary stuff about blocking and passing exeptions
"""
# default timeout for operation is 10 sec, but it can be much more
default_timeout = 10000
# default timeout for operation is 300000 sec, but it can be much more
default_timeout = 300000
output = None