mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
Allow tests to run very long.
This commit is contained in:
parent
076ff7c7ba
commit
71253b23d5
@ -7,8 +7,9 @@
|
|||||||
class BasicTest extends TestCase
|
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
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testExample()
|
public function testExample()
|
||||||
|
Loading…
Reference in New Issue
Block a user