Skip to content

Commit d98c480

Browse files
committed
fix: add timeout=long for ROCm tests to avoid CI timeout
1 parent da235a4 commit d98c480

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • rtp_llm/cpp/devices/rocm_impl/test

rtp_llm/cpp/devices/rocm_impl/test/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ cc_test(
7070
linkopts = test_linkopts,
7171
deps = test_deps,
7272
tags = ["rocm"],
73+
timeout = "long",
7374
exec_properties = {'gpu':'MI308X'},
7475
)
7576

@@ -98,6 +99,7 @@ cc_test(
9899
linkopts = test_linkopts,
99100
deps = test_deps,
100101
tags = ["rocm"],
102+
timeout = "long",
101103
exec_properties = {'gpu':'MI308X'},
102104
)
103105

@@ -142,6 +144,7 @@ cc_test(
142144
linkopts=test_linkopts,
143145
deps=test_deps,
144146
tags = ["rocm"],
147+
timeout = "long",
145148
exec_properties = {'gpu':'MI308X'},
146149
)
147150

@@ -170,6 +173,7 @@ cc_test(
170173
linkopts = test_linkopts,
171174
deps = test_deps,
172175
tags = ["rocm"],
176+
timeout = "long",
173177
exec_properties = {'gpu':'MI308X'},
174178
)
175179

@@ -213,6 +217,7 @@ cc_test(
213217
linkopts = test_linkopts,
214218
deps = test_deps,
215219
tags = ["rocm"],
220+
timeout = "long",
216221
exec_properties = {'gpu':'MI308X'},
217222
)
218223

0 commit comments

Comments
 (0)