There's a annotation I contributed with seventu that we already use to require name on every method's Parameterized.Parameters.
I'm thinking to extend its usage and require timeout on every test we write: @Test(timeout = 60000) The good thing about this, is that we wouldn't leave cases where tests start to take a long time to run.. and they fail with a timeout instead. Is there anyone opposing to such thing? -- Clebert Suconic
