Skip to content

Commit 5d398c5

Browse files
committed
increase build timeout -- e.g., sage is huge
1 parent 87f193f commit 5d398c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/server/compute/cloud/google-cloud/create-image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ function createBuildConfiguration({
477477
if (!pkg) {
478478
throw Error(`unknown image '${image}'`);
479479
}
480-
const maxTimeMinutes = gpu ? 60 : 30;
480+
const maxTimeMinutes = gpu ? 120 : 90;
481481
const configuration = {
482482
image,
483483
tag,

0 commit comments

Comments
 (0)