Skip to content

Commit

Permalink
Setting required timeout_minutes to 20, removing optional retry_on
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Mar 31, 2023
1 parent d326317 commit 49c833d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: test
uses: nick-fields/retry@v2
with:
timeout_minutes: 20
max_attempts: 3
retry_on: error
command: |
. /rmf_demos_ws/install/setup.bash
pnpm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: test
uses: nick-fields/retry@v2
with:
timeout_minutes: 20
max_attempts: 3
retry_on: error
command: |
. /rmf_demos_ws/install/setup.bash
pnpm test
Expand Down

0 comments on commit 49c833d

Please sign in to comment.