From bd4f1e2a16103fb0db4c689d079ea281c774af4b Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 1 Jun 2020 00:25:31 -0400 Subject: [PATCH] Update endurance.yml Former-commit-id: d6be93537ebd31f1c6c1dc63c5d3c299b49efec9 --- .github/workflows/endurance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/endurance.yml b/.github/workflows/endurance.yml index 368ef9515..24c5f540d 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -2,7 +2,7 @@ name: Endurance on: schedule: - - cron: '0 * * * *' + - cron: '30 * * * *' jobs: @@ -18,5 +18,5 @@ jobs: - name: test-multithread (5X) run: | sudo apt-get install -y tcl8.5 - ./runtest --loopn 4 --config server-threads 3 --clients 5 + ./runtest --loopn 5 --config server-threads 3 --clients 5