From 6f7ceed8678c353f423d0db4764e9081053adbbf Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 8 Sep 2016 00:15:10 +0900 Subject: [PATCH] test of backup is too long --- backup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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