diff options
author | Stefan Norlin <stefan.norlin@infoflexconnect.se> | 2006-02-14 11:24:05 +0000 |
---|---|---|
committer | Stefan Norlin <stefan.norlin@infoflexconnect.se> | 2006-02-14 11:24:05 +0000 |
commit | f6635734cba997b7f4284b3e72f15a961f0b20ea (patch) | |
tree | 6b8da2629c4cf8d91b21159f046bd4c79be816a7 /test/bbackupd/testbbackupd.cpp | |
parent | e8da7ced76a7412b3aa09a9361dbdcf9aefe37d6 (diff) |
Increased "timeout" from 18 to 28 seconds needed on Solaris.
Diffstat (limited to 'test/bbackupd/testbbackupd.cpp')
-rw-r--r-- | test/bbackupd/testbbackupd.cpp | 2 |
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); |