From 8ad95e0bd6e1a08c326bfc67ee08f7a80c7ceac5 Mon Sep 17 00:00:00 2001 From: mickamy Date: Sun, 31 Dec 2023 23:06:30 +0900 Subject: [PATCH] ci: more sleep to wait app in docker starts up --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8b883e56..84486061 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -33,6 +33,6 @@ jobs: make build env: ISHOCON_APP_LANG: ${{ matrix.language }} - - run: make up && sleep 30 + - run: make up && sleep 60 - run: make bench timeout-minutes: 5