| commit | 17ee37f6356a9be86d0b0a7a050305a37343155f | [log] [tgz] |
|---|---|---|
| author | Paul Berry <paulberry@google.com> | Mon Mar 26 01:28:38 2018 -0700 |
| committer | Paul Berry <paulberry@google.com> | Mon Mar 26 03:47:17 2018 -0700 |
| tree | 4959c947bb2d49b37b0b8fc70d34b2715d60ee23 | |
| parent | 4169a6b065448ff796c6f7f17f91fdf5e131c4d9 [diff] |
Add timeout support to test_reflective_loader. To use it, annotate a method with @TestTimeout(t) where t is a const instance of the Timeout class from the `test` package. E.g.: @TestTimeout(const Timeout.factor(2))