Skip to content

Commit e4c97dc

Browse files
czentgrfacebook-github-bot
authored andcommitted
build(CI): Increase timeout for velox_exec_test temporarily (facebookincubator#13982)
Summary: While the actual issue is being addressed in facebookincubator#13879 which ran into unexpected issues. Pull Request resolved: facebookincubator#13982 Reviewed By: mbasmanova Differential Revision: D77668482 Pulled By: kagamiori fbshipit-source-id: 4537fb2c138381ab6c73223f2669ed6ae2eb797a
1 parent ec5e6c2 commit e4c97dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

velox/exec/tests/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ add_test(
120120
COMMAND velox_exec_test
121121
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
122122

123-
set_tests_properties(velox_exec_test PROPERTIES TIMEOUT 3000)
123+
# TODO: Revert back to 3000 once is fixed.
124+
# https://github.com/facebookincubator/velox/issues/13879
125+
set_tests_properties(velox_exec_test PROPERTIES TIMEOUT 6000)
124126

125127
add_test(
126128
NAME velox_exec_infra_test

0 commit comments

Comments
 (0)