Skip to content
Snippets Groups Projects
Commit 21bd9ab9 authored by David Verelst's avatar David Verelst
Browse files

xpresq on jess is limted to 30 minutes

parent 6a97c6fd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -250,8 +250,8 @@ if __name__ == '__main__':
'defaults to xpresq',
default='xpresq')
parser.add_argument('-w', '--walltime', type='string', dest='walltime',
help='walltime, in HH:MM:SS. Default=00:59:59',
default='00:59:59')
help='walltime, in HH:MM:SS. Default=00:29:59',
default='00:29:59')
parser.add_argument('--dry', action='store_true', dest='dry', default=False,
help='dry run: do not submit pbs file.')
......
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