File tree Expand file tree Collapse file tree
rtp_llm/cpp/devices/rocm_impl/test Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments