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.dist
parentaeaf96dc9a06382325109d7e632622ea574bc531 (diff)
Increase timeout for small tests as it goes over limit quite often
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 9960530d05..86a0842c05 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -3,6 +3,7 @@
backupGlobals="true"
backupStaticAttributes="false"
strict="true"
+ timeoutForSmallTests="3"
colors="true"
verbose="true">