Skip to content

Commit a6ddbf7

Browse files
authored
. e bumped retry to v3 and changed seconds to minutes.
1 parent 1f21c7e commit a6ddbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: LV20x64
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: nick-fields/retry@v2
12+
- uses: nick-fields/retry@v3
1313
with:
1414
max_attempts: 3
1515
retry_on: error
16-
timeout_seconds: 1800
16+
timeout_minutes: 15
1717
- name: Run Unit Tests
1818
shell: bash
1919
run: ./_run_unittests.sh

0 commit comments

Comments
 (0)