Skip to content

Commit f0c08cc

Browse files
committed
reduce timeout to 10 mins
1 parent ba04bb7 commit f0c08cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def _run_individual_session(nox_session: str, library_id: str, repo: str):
929929
"-f",
930930
f"{repo}/packages/{library_id}/noxfile.py",
931931
]
932-
result = subprocess.run(command, text=True, check=True, timeout=1200)
932+
result = subprocess.run(command, text=True, check=True, timeout=600)
933933
logger.info(result)
934934

935935

0 commit comments

Comments
 (0)