fix: slow down tests to prevent throttling

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
matttrach 2025-10-08 16:21:39 -05:00
parent c3f2da99e2
commit 17494d223b
No known key found for this signature in database
GPG Key ID: E082F2592F87D4AE
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,8 @@ jobs:
needs:
- release
- test_TestOneBasic
- test_TestProdBasic
- test_TestThreeBasic
if: needs.release.outputs.release_pr
runs-on: ubuntu-latest
steps:
@ -246,6 +248,8 @@ jobs:
needs:
- release
- test_TestOneBasic
- test_TestProdBasic
- test_TestThreeBasic
if: needs.release.outputs.release_pr
runs-on: ubuntu-latest
steps: