Skip to content
Snippets Groups Projects
Commit fb5bb701 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

generate_prim_file timeout default 3600

parent d666ea7b
No related branches found
No related tags found
1 merge request!357generate_prim_file timeout default 3600
Pipeline #31488 passed with stages
in 4 hours, 51 minutes, and 33 seconds
......@@ -52,7 +52,7 @@ parser.add_argument('-t', '--tag', type=str,dest='file_tag',
help='Output file tag')
parser.add_argument('--timeout', type=int,
default=300,
default=3600,
help='Timeout in seconds')
parser.add_argument('passthrough', nargs='*')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment