From 71253b23d5eb7e1cd6ad7c84924a0b314ce63c3e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 10 Feb 2016 15:04:18 +0100 Subject: [PATCH] Allow tests to run very long. --- tests/BasicTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/BasicTest.php b/tests/BasicTest.php index 7bd632ca03..d32c69e252 100644 --- a/tests/BasicTest.php +++ b/tests/BasicTest.php @@ -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()