From 4ed9703e22fc510fbe02e58a8987902de1f35f66 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 29 Jul 2023 15:18:45 +0300 Subject: [PATCH] ci: bump --max_time to 1731 for the performance-regressions job, to reduce the chance of false positive failures again --- .github/workflows/other_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 310baf0bbaac8d..1a30918edc9ff6 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -63,7 +63,7 @@ jobs: - name: Repeat -o hw.c examples/hello_world.v run: cmd/tools/repeat --max_time 251 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o hw.c examples/hello_world.v' . ./vmaster - name: Repeat -o v.c cmd/v - run: cmd/tools/repeat --max_time 1701 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o v.c cmd/v' . ./vmaster + run: cmd/tools/repeat --max_time 1731 --series 3 --count 20 --nmins 2 --nmaxs 5 --warmup 3 --fail_percent 10 -t 'cd {T} ; ./v -show-timings -o v.c cmd/v' . ./vmaster misc-tooling: runs-on: ubuntu-20.04