diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2017-02-10 16:20:25 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-20 12:34:05 -0600 |
commit | 5bfce597a92a3b1f84d12f0886c620d425aaba26 (patch) | |
tree | 8a78659ea210e4e25d43a2c5961d3b718a7ea408 /tests/phpunit-autotest.xml | |
parent | daa7e1109598417e133d756083b8fc8c75a2850f (diff) | |
download | nextcloud-server-5bfce597a92a3b1f84d12f0886c620d425aaba26.tar.gz nextcloud-server-5bfce597a92a3b1f84d12f0886c620d425aaba26.zip |
[CI] Can we get some faster phpunit execution? (#27113)
* Don't backup globals and static attributes
* Unset global variable to remove impact on followup tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index ba16bbdbaac..9a9c9c957e3 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -2,6 +2,7 @@ <phpunit bootstrap="bootstrap.php" strict="true" verbose="true" + backupGlobals="false" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900" |