diff --git a/crossword_generator.py b/crossword_generator.py index 30a9dda..bc6eda6 100755 --- a/crossword_generator.py +++ b/crossword_generator.py @@ -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,