Skip to content

Commit

Permalink
Increase timeouts of Hive CI jobs (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
okkothejawa authored Mar 27, 2024
1 parent 0a8333d commit 2ed60da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
docker:
timeout-minutes: 60
timeout-minutes: 120
name: Build and publish Docker image
runs-on: ubicloud-standard-16
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
path: ./artifacts

test:
timeout-minutes: 15
timeout-minutes: 120
strategy:
fail-fast: false

needs: prepare
name: run
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-8
permissions:
issues: write
steps:
Expand Down

0 comments on commit 2ed60da

Please sign in to comment.