Skip to content

Commit 9006f57

Browse files
committed
Add timeout to Bazel, not github script
Signed-off-by: Ingwon Song <[email protected]>
1 parent 7e3af54 commit 9006f57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
os: ubuntu-20.04
214214
arch: s390x
215215
action: test
216-
flags: --config=clang
216+
flags: --config=clang --test_timeout=1800
217217
run_under: docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x piotrsikora/build-tools:bazel-5.0.0-clang-13-gcc-11
218218
cache: true
219219
- name: 'Wasmtime on macOS/x86_64'
@@ -280,7 +280,6 @@ jobs:
280280
done
281281
282282
- name: Bazel build/test
283-
timeout-minutes: 30
284283
run: >
285284
${{ matrix.run_under }}
286285
bazel ${{ matrix.action }}

0 commit comments

Comments
 (0)