From 17f7dd867d0fd450377c6862c0782483d39ae408 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Mon, 17 Jul 2017 23:29:27 -0700 Subject: actions: Fixed flaky hashing test --- actions/hashing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/hashing_test.go') diff --git a/actions/hashing_test.go b/actions/hashing_test.go index e3cffb6..d249d8b 100644 --- a/actions/hashing_test.go +++ b/actions/hashing_test.go @@ -30,8 +30,8 @@ import ( // estimations are somewhat close to the targets. func TestCostsSearch(t *testing.T) { for _, target := range []time.Duration{ - 20 * time.Millisecond, 100 * time.Millisecond, + 200 * time.Millisecond, 500 * time.Millisecond, } { costs, err := getHashingCosts(target) -- cgit v1.2.3