Browse Source

autotest.py: timeout after 5400 seconds

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
6908a776fa
  1. 2
      Tools/autotest/autotest.py

2
Tools/autotest/autotest.py

@ -758,7 +758,7 @@ if __name__ == "__main__": @@ -758,7 +758,7 @@ if __name__ == "__main__":
action='store_true',
help='enable experimental tests')
parser.add_option("--timeout",
default=3600,
default=5400,
type='int',
help='maximum runtime in seconds')
parser.add_option("--frame",

Loading…
Cancel
Save