aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2016-09-08 00:15:31 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2016-09-08 00:15:31 +0900
commita8bf79c7d7bd7ff7ac9cab5b7f845ae0021fecc8 (patch)
tree710b1f4e480170850e825385dc4e679eb695d8ad
parentExample program for the new SetTrace() (diff)
parenttest of backup is too long (diff)
downloadgolite-a8bf79c7d7bd7ff7ac9cab5b7f845ae0021fecc8.tar.gz
golite-a8bf79c7d7bd7ff7ac9cab5b7f845ae0021fecc8.tar.xz
Merge branch 'master' into trace
-rw-r--r--backup_test.go2
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