diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-09-08 00:15:10 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-09-08 00:15:10 +0900 |
commit | 6f7ceed8678c353f423d0db4764e9081053adbbf (patch) | |
tree | bd26e64abea599dd9dd6103dd1867c69566a4ca9 /backup_test.go | |
parent | Merge pull request #323 from FiloSottile/master (diff) | |
download | golite-6f7ceed8678c353f423d0db4764e9081053adbbf.tar.gz golite-6f7ceed8678c353f423d0db4764e9081053adbbf.tar.xz |
test of backup is too long
Diffstat (limited to 'backup_test.go')
-rw-r--r-- | backup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup_test.go b/backup_test.go index 7a99dc2..d14cd06 100644 --- a/backup_test.go +++ b/backup_test.go @@ -13,7 +13,7 @@ import ( // The number of rows of test data to create in the source database. // Can be used to control how many pages are available to be backed up. -const testRowCount = 1000 +const testRowCount = 100 // The maximum number of seconds after which the page-by-page backup is considered to have taken too long. const usePagePerStepsTimeoutSeconds = 30 |