From 3700b23d8695c83bdcd8e958317b313d43d9a521 Mon Sep 17 00:00:00 2001 From: Michaelli8899 <147345359+Michaelli8899@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:13:41 -0500 Subject: [PATCH] raise timeout limit --- .github/workflows/test.yaml | 2 +- .mocharc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f4a0bc4e18..940a12c5d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: options: >- --health-cmd "redis-cli ping" --health-interval 10s - --health-timeout 5s + --health-timeout 10s --health-retries 5 ports: # Maps port 6379 on service container to the host diff --git a/.mocharc.yml b/.mocharc.yml index 9a39ea8de9..3440ff8ca4 100644 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -1,4 +1,4 @@ reporter: dot -timeout: 100000 +timeout: 150000 exit: true bail: false