Skip to content

Commit d98a92a

Browse files
authored
chore(librarian): temporarily bump nox session timeout to 20 minutes
1 parent c0e3e9d commit d98a92a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ def _run_individual_session(
10391039
"-f",
10401040
f"{library_path}/noxfile.py",
10411041
]
1042-
result = subprocess.run(command, text=True, check=True, timeout=600)
1042+
result = subprocess.run(command, text=True, check=True, timeout=1200)
10431043
logger.info(result)
10441044

10451045

0 commit comments

Comments
 (0)