Skip to content

Commit

Permalink
remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 16, 2024
1 parent db6b49b commit 6e936df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
# Test mrinfo (exit after 10 seconds)
- name: Test mrinfo
run: |
timeout 10 mrinfo
mrinfo
- name: Test mrview
run: |
export QT_QPA_PLATFORM=offscreen
timeout 10 mrview
mrview
- name: Test dwifslpreproc
run: |
timeout 10 dwifslpreproc
dwifslpreproc
- name: Run uninstaller
run: |
Expand Down

0 comments on commit 6e936df

Please sign in to comment.