aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--prog/prio_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/prio_test.go b/prog/prio_test.go
index a09bd5438..c28c0b610 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 = 5e4
+ const iters = 1e5
// 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"},