summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Norlin <stefan.norlin@infoflexconnect.se>2006-02-14 11:24:05 +0000
committerStefan Norlin <stefan.norlin@infoflexconnect.se>2006-02-14 11:24:05 +0000
commitf6635734cba997b7f4284b3e72f15a961f0b20ea (patch)
tree6b8da2629c4cf8d91b21159f046bd4c79be816a7 /test
parente8da7ced76a7412b3aa09a9361dbdcf9aefe37d6 (diff)
Increased "timeout" from 18 to 28 seconds needed on Solaris.
Diffstat (limited to 'test')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index dcb9d44a..14c547c0 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -758,7 +758,7 @@ int test_bbackupd()
printf("Keep on continuously updating file, check it is uploaded eventually\n");
- for(int l = 0; l < 18; ++l)
+ for(int l = 0; l < 28; ++l)
{
FILE *f = ::fopen("testfiles/TestDir1/continousupdate", "w+");
TEST_THAT(f != 0);