Skip to content

Commit

Permalink
Add a 60 min default timeout to xcat_test
Browse files Browse the repository at this point in the history
Looks like this actions hangs from time to time. Let's use a reasonable default to get faster failing messages.
  • Loading branch information
Obihoernchen authored Feb 10, 2024
1 parent 546f140 commit 7fc363b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/xcat_test.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ on: [pull_request, workflow_dispatch]
jobs:
xcat_pr_test:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common

0 comments on commit 7fc363b

Please sign in to comment.