From 21f1765e15967196c4f3c9756ae4ec8a1fa7996d Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 21 Jul 2020 15:53:02 +0200 Subject: prog: more interations in prio test --- prog/prio_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/prio_test.go b/prog/prio_test.go index c28c0b610..902dbf3d4 100644 --- a/prog/prio_test.go +++ b/prog/prio_test.go @@ -34,7 +34,7 @@ func TestStaticPriorities(t *testing.T) { rs := rand.NewSource(0) // The test is probabilistic and needs some sensible number of iterations to succeed. // If it fails try to increase the number a bit. - const iters = 1e5 + const iters = 2e5 // The first call is the one that creates a resource and the rest are calls that can use that resource. tests := [][]string{ {"open", "read", "write", "mmap"}, -- cgit mrf-deployment