Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-08-21 14:00:31 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-21 14:00:31 +0400
commit9138eef26acab18db7b99e6c48fd953e1588208c (patch)
treec757294e8299d5866258485d6165ebd1a3c347b6 /phpunit.xml.nocoverage
parentaeaf96dc9a06382325109d7e632622ea574bc531 (diff)
Increase timeout for small tests as it goes over limit quite often
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index e58cb2ef5c..f53e812a8e 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -3,6 +3,7 @@
backupGlobals="true"
backupStaticAttributes="false"
strict="true"
+ timeoutForSmallTests="3"
colors="true"
verbose="true">
@@ -27,6 +28,9 @@
<testsuite name="Classes">
<directory suffix="_test.php">test/classes</directory>
</testsuite>
+ <testsuite name="Engines">
+ <directory suffix="_test.php">test/engines</directory>
+ </testsuite>
<testsuite name="Unit">
<file>test/Environment_test.php</file>
<directory suffix="_test.php">test/libraries/core</directory>
@@ -42,6 +46,4 @@
<logging>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
-
</phpunit>
-