mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -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
|
||||
{
|
||||
/**
|
||||
* 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()
|
||||
|
Loading…
Reference in New Issue
Block a user