Skip to content

Commit 07b893d

Browse files
authored
Set GPU timeouts to 2 hours (#2226)
We should make out test faster, but for now let's fix CI
1 parent bb3b942 commit 07b893d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ before_action {
3030
}
3131
}
3232

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

0 commit comments

Comments
 (0)