Skip to content

Commit 1223d06

Browse files
committed
kokoro: increase sanitized test time limit
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent e568124 commit 1223d06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/kokoro/continuous/strong_sanitized.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
build_file: "vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
44

5-
# 2 hour
6-
timeout_mins: 120
5+
# 4 hour
6+
timeout_mins: 240
77

88
action {
99
define_artifacts {

.github/kokoro/presubmit/strong_sanitized.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
build_file: "vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
44

5-
# 2 hour
6-
timeout_mins: 120
5+
# 4 hour
6+
timeout_mins: 240
77

88
action {
99
define_artifacts {

0 commit comments

Comments
 (0)