... and default timeout is now 10s.
This commit is contained in:
parent
cce916c1b5
commit
25bdf2b56a
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ if __name__ == "__main__":
|
|||
dest="dim",
|
||||
help="Dimensions of the grid to build.")
|
||||
parser.add_argument('-t', type=int,
|
||||
default=60,
|
||||
default=10,
|
||||
dest="timeout",
|
||||
help="Maximum execution time, in seconds.")
|
||||
parser.add_argument('-o', type=float,
|
||||
|
|
Loading…
Reference in a new issue