| Index: tools/testing/run_selenium.py
|
| ===================================================================
|
| --- tools/testing/run_selenium.py (revision 4100)
|
| +++ tools/testing/run_selenium.py (working copy)
|
| @@ -90,12 +90,12 @@
|
| parser.add_option('--browser', dest='browser',
|
| help = 'The browser type (default = chrome)',
|
| action = 'store', default = 'chrome')
|
| - # TODO(efortuna): Put this back up to 40 sec. Right now it needs to be less
|
| - # than 20 so that when test.dart times out, this script also closes the
|
| - # browser windows.
|
| + # TODO(efortuna): Put this back up to be more than the default timeout in
|
| + # test.dart. Right now it needs to be less than 60 so that when test.dart
|
| + # times out, this script also closes the browser windows.
|
| parser.add_option('--timeout', dest = 'timeout',
|
| help = 'Amount of time (seconds) to wait before timeout', type = 'int',
|
| - action = 'store', default=18)
|
| + action = 'store', default=58)
|
| parser.add_option('--perf', dest = 'is_perf',
|
| help = 'Add this flag if we are running a browser performance test',
|
| action = 'store_true', default=False)
|
|
|