Skip to content

Commit 0309a7c

Browse files
ci(tests): add timeout (#59)
1 parent c5dda76 commit 0309a7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
127127
- name: Run tests
128128
id: test
129+
# TODO: tests randomly hang on Linux, https://github.com/LizardByte/tray/issues/45
130+
timeout-minutes: 1
129131
working-directory: build/tests
130132
run: |
131133
if [ "${{ runner.os }}" = "Linux" ]; then

0 commit comments

Comments
 (0)