Skip to content

Commit f128413

Browse files
authored
Increase timeout for single_run job to 360 minutes
1 parent f87bf16 commit f128413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/single_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
run:
1616
runs-on: ubuntu-latest
17-
timeout-minutes: 180
17+
timeout-minutes: 360
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)