Jungho Ahn | 3b140ba | 2016-02-29 10:18:14 -0800 | [diff] [blame] | 1 | # This file contains a list of Mojo apptests. |
| 2 | # For description of the file format, see 'mojo_test'. |
| 3 | |
| 4 | tests = [ |
| 5 | { |
Jungho Ahn | b94302d | 2016-03-16 17:29:15 -0700 | [diff] [blame] | 6 | "test": "https://test.v.io/discovery_apptests.mojo", |
Jungho Ahn | 3b140ba | 2016-02-29 10:18:14 -0800 | [diff] [blame] | 7 | "test-args": [], |
Jungho Ahn | b94302d | 2016-03-16 17:29:15 -0700 | [diff] [blame] | 8 | "shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --use-mock"], |
| 9 | "timeout": 120, |
Jungho Ahn | 3b140ba | 2016-02-29 10:18:14 -0800 | [diff] [blame] | 10 | }, |
Jungho Ahn | d384c16 | 2016-04-11 17:57:04 -0700 | [diff] [blame^] | 11 | # Testing dart apptests timeout failure with a large timeout value. |
Jungho Ahn | 9f1985f | 2016-04-11 09:04:21 -0700 | [diff] [blame] | 12 | # See https://github.com/vanadium/issues/issues/1278 |
Jungho Ahn | d384c16 | 2016-04-11 17:57:04 -0700 | [diff] [blame^] | 13 | { |
| 14 | "test": "https://dart.test.mojo.v.io/discovery_apptests.dart", |
| 15 | "type": "dart", |
| 16 | "dart_strict_mode": True, |
| 17 | "shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --use-mock"], |
| 18 | "timeout": 1200, |
| 19 | } |
Jungho Ahn | 3b140ba | 2016-02-29 10:18:14 -0800 | [diff] [blame] | 20 | ] |