summaryrefslogtreecommitdiff
path: root/test/bbackupd/testfiles
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-03 14:04:03 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-03 14:04:03 +0000
commit6d6269d6e3f14ff68cfe6ea35a935bae39a8ed2d (patch)
tree064888233c5fe64d00ad7fadedbc119514ae7345 /test/bbackupd/testfiles
parent9c356f2909d829ef3315e450b6b747a6f16cf771 (diff)
Reduce wait in test_store_error_reporting from 100 seconds to 10.
This makes the tests run ~300 seconds faster, and coincidentally somehow fixes or prevents a test failure on FreeBSD on this test, probably some race condition.
Diffstat (limited to 'test/bbackupd/testfiles')
-rw-r--r--test/bbackupd/testfiles/bbackupd-snapshot.conf.in1
-rw-r--r--test/bbackupd/testfiles/bbackupd.conf.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/bbackupd/testfiles/bbackupd-snapshot.conf.in b/test/bbackupd/testfiles/bbackupd-snapshot.conf.in
index d245d077..73b50c6e 100644
--- a/test/bbackupd/testfiles/bbackupd-snapshot.conf.in
+++ b/test/bbackupd/testfiles/bbackupd-snapshot.conf.in
@@ -13,6 +13,7 @@ AccountNumber = 0x01234567
AutomaticBackup = no
UpdateStoreInterval = 0
+BackupErrorDelay = 10
MinimumFileAge = 4
MaxUploadWait = 24
DeleteRedundantLocationsAfter = 10
diff --git a/test/bbackupd/testfiles/bbackupd.conf.in b/test/bbackupd/testfiles/bbackupd.conf.in
index 712b58b2..f0080c4a 100644
--- a/test/bbackupd/testfiles/bbackupd.conf.in
+++ b/test/bbackupd/testfiles/bbackupd.conf.in
@@ -12,6 +12,7 @@ StorePort = 22011
AccountNumber = 0x01234567
UpdateStoreInterval = 3
+BackupErrorDelay = 10
MinimumFileAge = 4
MaxUploadWait = 24
DeleteRedundantLocationsAfter = 10