From b999b5804956b7e5469d87d499c881715495d1fc Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Thu, 26 Oct 2017 21:09:10 +0000 Subject: [PATCH] lib/watchaggregator: Relax test timing requirement for the benefit of macos GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4469 --- lib/watchaggregator/aggregator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/watchaggregator/aggregator_test.go b/lib/watchaggregator/aggregator_test.go index 559e7a1f..274cfdc7 100644 --- a/lib/watchaggregator/aggregator_test.go +++ b/lib/watchaggregator/aggregator_test.go @@ -174,7 +174,7 @@ func TestDelay(t *testing.T) { {[]string{delayed}, 2500, 4500}, {[]string{both}, 2500, 4500}, {[]string{del}, 2500, 4500}, - {[]string{delayed}, 3600, 6500}, + {[]string{delayed}, 3600, 7000}, } testScenario(t, "Delay", testCase, expectedBatches)