ci: do not start new fetch after 2 hours
This commit is contained in:
parent
a855a6e70c
commit
697eb18552
2
.github/workflows/debian-cache.yml
vendored
2
.github/workflows/debian-cache.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
uploaded = []
|
||||
|
||||
timeout = time.time() + datetime.timedelta(hours=4).seconds
|
||||
timeout = time.time() + datetime.timedelta(hours=2).seconds
|
||||
|
||||
while get_kernels() and time.time() < timeout:
|
||||
for f in os.listdir():
|
||||
|
Loading…
Reference in New Issue
Block a user