Skip to content

Commit 66f0d1f

Browse files
author
Robert Segal
committed
Increased workflow timeout to 90 minutes
1 parent ed1c921 commit 66f0d1f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cron-main-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
timeout-minutes: 60
9+
timeout-minutes: 90
1010
steps:
1111
- name: "Checkout"
1212
uses: actions/checkout@v6

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212

1313
runs-on: ubuntu-latest
14-
timeout-minutes: 60
14+
timeout-minutes: 90
1515

1616
steps:
1717
- name: "Checkout"

.github/workflows/push-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
timeout-minutes: 60
16+
timeout-minutes: 90
1717

1818
steps:
1919
- name: "Checkout"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313

1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 90
1616

1717
steps:
1818
- name: "Checkout"

0 commit comments

Comments
 (0)