Skip to content

Commit 498649b

Browse files
committed
try increasing test case timeout for stateless tsan
1 parent 39c336d commit 498649b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/jobs/functional_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def run_specific_tests(tests, runs=1):
123123
"ParallelReplicas": "--no-zookeeper --no-shard --no-parallel-replicas",
124124
"AsyncInsert": " --no-async-insert",
125125
"DatabaseReplicated": " --no-stateful --replicated-database --jobs 3",
126+
"amd_tsan": " --timeout 1200", # NOTE (strtgbb): tsan is slow, increase the timeout to avoid timeout errors
126127
}
127128

128129

0 commit comments

Comments
 (0)