Browse Source

autotest: add 10 mins to timeout

this copes with build_binaries.sh
master
Andrew Tridgell 12 years ago
parent
commit
d9be58fd2c
  1. 2
      Tools/autotest/autotest.py

2
Tools/autotest/autotest.py

@ -142,7 +142,7 @@ parser.add_option("--skip", type='string', default='', help='list of steps to sk @@ -142,7 +142,7 @@ parser.add_option("--skip", type='string', default='', help='list of steps to sk
parser.add_option("--list", action='store_true', default=False, help='list the available steps')
parser.add_option("--viewerip", default=None, help='IP address to send MAVLink and fg packets to')
parser.add_option("--experimental", default=False, action='store_true', help='enable experimental tests')
parser.add_option("--timeout", default=2400, type='int', help='maximum runtime in seconds')
parser.add_option("--timeout", default=3000, type='int', help='maximum runtime in seconds')
opts, args = parser.parse_args()

Loading…
Cancel
Save