From 401e043d6d0dca89525068f3cf9a75dab1938c39 Mon Sep 17 00:00:00 2001 From: Paul Shih Date: Sun, 21 Apr 2024 22:55:23 +1000 Subject: [PATCH] test: testing using prod data at 35% flake rate & 43 minutes --- .config/mq.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mq.toml b/.config/mq.toml index 137c1c108c5f..d6a4cbc3d081 100644 --- a/.config/mq.toml +++ b/.config/mq.toml @@ -3,9 +3,9 @@ mode = "singlequeue" name = "trunk bot" email = "bot@trunk.io" [test] -flake_rate = 0.10 +flake_rate = 0.35 # how long test should spin for (can be described as 10s, 7m, 1hr) -sleep_for = "10s" +sleep_for = "43m" [pullrequest] labels = "bot-pr" # label to apply to pull request on creation (comma separated list) comment = ""