From dfb6d0fcedcd9b55b84d6f8a5053ac9a18fe722f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 11 Mar 2018 21:17:27 +0100 Subject: [PATCH] Reduce data for TestIncrementalBackup --- cmd/restic/integration_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go index d192b61fe..91b610d0d 100644 --- a/cmd/restic/integration_test.go +++ b/cmd/restic/integration_test.go @@ -576,9 +576,9 @@ func TestBackupExclude(t *testing.T) { } const ( - incrementalFirstWrite = 20 * 1042 * 1024 - incrementalSecondWrite = 12 * 1042 * 1024 - incrementalThirdWrite = 4 * 1042 * 1024 + incrementalFirstWrite = 6 * 1042 * 1024 + incrementalSecondWrite = 1 * 1042 * 1024 + incrementalThirdWrite = 1 * 1042 * 1024 ) func appendRandomData(filename string, bytes uint) error {