Allow tests to run very long.

This commit is contained in:
James Cole 2016-02-10 15:04:18 +01:00
parent 076ff7c7ba
commit 71253b23d5

View File

@ -7,8 +7,9 @@
class BasicTest extends TestCase
{
/**
* A basic test example.
* A basic test example. May take a minute because the test data is being generated.
*
* @slowThreshold 60000
* @return void
*/
public function testExample()