summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_config.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-28 18:37:08 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-28 18:37:08 -0400
commit31c65b2e89ba99b4a2dac2a054615e39a2961ed0 (patch)
tree1f8278b3ad634da039aed0c8bf6e058e34194d8a /pts-core/functions/pts-functions_config.php
parente02e98a9ccc43756df522349140c8b43691bf234 (diff)
downloadphoronix-test-suite-upstream-31c65b2e89ba99b4a2dac2a054615e39a2961ed0.tar.gz
phoronix-test-suite-upstream-31c65b2e89ba99b4a2dac2a054615e39a2961ed0.tar.xz
phoronix-test-suite-upstream-31c65b2e89ba99b4a2dac2a054615e39a2961ed0.zip
Minor tweaks...
Diffstat (limited to 'pts-core/functions/pts-functions_config.php')
-rw-r--r--pts-core/functions/pts-functions_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index 5e3b9dc..262d745 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -86,7 +86,7 @@ function pts_user_config_init($UserName = NULL, $UploadKey = NULL, $BatchOptions
$config->addXmlObject(P_OPTION_TEST_ENVIRONMENT, 2, pts_read_user_config(P_OPTION_TEST_ENVIRONMENT, "~/.phoronix-test-suite/installed-tests/", $read_config));
$config->addXmlObject(P_OPTION_CACHE_DIRECTORY, 2, pts_read_user_config(P_OPTION_CACHE_DIRECTORY, "~/.phoronix-test-suite/download-cache/", $read_config));
- $config->addXmlObject(P_OPTION_TEST_SLEEPTIME, 2, pts_read_user_config(P_OPTION_TEST_SLEEPTIME, "5", $read_config));
+ $config->addXmlObject(P_OPTION_TEST_SLEEPTIME, 2, pts_read_user_config(P_OPTION_TEST_SLEEPTIME, "8", $read_config));
$config->addXmlObject(P_OPTION_TEST_SCREENSAVER, 2, $ToggleScreensaver);
$config->addXmlObject(P_OPTION_BATCH_SAVERESULTS, 3, $BatchOptions[0]);