Skip to content

Commit ce53495

Browse files
committed
extend overall timeout for tests
MacOS tests can apparently go well over 30 mins
1 parent 9226aee commit ce53495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# `id` is essential for enabling steps context.
144144
# https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#steps-context
145145
id: run_tests
146-
timeout-minutes: 30
146+
timeout-minutes: 45
147147
run: 'yarn run test:ci'
148148
env:
149149
SLOBS_BE_STREAMKEY: ${{secrets.testsStreamKey}}

0 commit comments

Comments
 (0)