Index: tools/release/test_scripts.py |
diff --git a/tools/release/test_scripts.py b/tools/release/test_scripts.py |
index 89fdb3c7ac6714a1fb26b8c6126896bbf37d5340..4a3cb5b24a1f049772a85be0d29cee3fadc26722 100644 |
--- a/tools/release/test_scripts.py |
+++ b/tools/release/test_scripts.py |
@@ -1038,7 +1038,7 @@ deps = { |
Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""), |
Cmd("git describe --tags last_roll_hsh", "3.22.4"), |
Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""), |
- Cmd("git rev-list --max-age=740800 --tags", |
+ Cmd("git rev-list --max-age=395200 --tags", |
"bad_tag\nroll_hsh\nhash_123"), |
Cmd("git describe --tags bad_tag", ""), |
Cmd("git describe --tags roll_hsh", "3.22.4"), |
@@ -1074,7 +1074,7 @@ deps = { |
Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""), |
Cmd("git describe --tags last_roll_hsh", "3.22.3.1"), |
Cmd("git fetch origin +refs/tags/*:refs/tags/*", ""), |
- Cmd("git rev-list --max-age=740800 --tags", |
+ Cmd("git rev-list --max-age=395200 --tags", |
"bad_tag\nroll_hsh\nhash_123"), |
Cmd("git describe --tags bad_tag", ""), |
Cmd("git describe --tags roll_hsh", "3.22.4"), |