Skip to content

Commit 4f2f6c4

Browse files
authored
Increase Kokoro GPU timeout to 240 minutes for JAX, TensorFlow, and PyTorch (keras-team#2801)
1 parent c5b81bb commit 4f2f6c4

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.kokoro/github/ubuntu/gpu/jax/continuous.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout lower from default 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

.kokoro/github/ubuntu/gpu/jax/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout to 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout lower from default 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

.kokoro/github/ubuntu/gpu/tensorflow/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout to 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

.kokoro/github/ubuntu/gpu/torch/continuous.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout to 120 mins from default 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

.kokoro/github/ubuntu/gpu/torch/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

33-
# Set timeout to 180 mins
34-
timeout_mins: 180
33+
# Set timeout to 240 mins
34+
timeout_mins: 240

0 commit comments

Comments
 (0)