Skip to content

Commit

Permalink
Increase test interval for [TEST] Functional tests with retry (radi…
Browse files Browse the repository at this point in the history
…us-project#7399)

# Description

20 minutes interval creates too many test resources. So this PR increase
the interval not to create many test resources.

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark authored Mar 27, 2024
1 parent dc8e1b2 commit ea05314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retry-functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ permissions:

on:
schedule:
# Run every 20 minutes
- cron: "*/20 * * * *"
# Run every 2 hours
- cron: "0 */2 * * *"

env:
# Go version
Expand Down

0 comments on commit ea05314

Please sign in to comment.