Skip to content

Commit 8099ef2

Browse files
committed
Increase CI timeout
1 parent 21dc477 commit 8099ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ jobs:
146146
popd
147147
148148
- name: Micro-bench Debug
149-
timeout-minutes: 20
149+
timeout-minutes: 40
150150
run: |
151151
pushd examples/cpp/micro-bench/launcher
152152
rm -rf ./log
153153
MB_HOME="$PWD/../debug" ./run-all.sh --throughput
154154
popd
155155
156156
- name: Micro-bench Release
157-
timeout-minutes: 20
157+
timeout-minutes: 40
158158
run: |
159159
pushd examples/cpp/micro-bench/launcher
160160
rm -rf ./log

0 commit comments

Comments
 (0)